Subject Area : 370 - Deployment
Subject Area(s) of Model "Renoir Domain Model Detail"
# Name Definition ER Diagram Entity/Table
Total
. 370 - Deployment Tables to control deployment to the database. Details.. Details..
ER Diagram(s) of Subject Area "370 - Deployment"
# Name Physical Display Level
Total 2
. Logical Column
. Physical Column
Entity/Table(s) of Subject Area "370 - Deployment"
# Physical Name Name Logical Only Do Not Generate Definition Attribute/Column
Total 1
. deployment_update Deployment Update false A log of updates to the database structure performed by the installation deployment. This log ensures that the correct scripts are run in order, and prevents the re-rerunning of scripts. Details..
Attribute/Column(s) of Entity/Table "Deployment Update"
# Physical Name Name Definition Physical Data Type
Total 9
. start_datetime Start Datetime Start of deployment datetime
. finish_datetime Finish Datetime End of deployment datetime
. update_pack_id Update Pack Id The value of a Deployment Update, stored as a string. varchar(64)
. from_ver From Version From FP version varchar(64)
. to_ver To Version To FP version varchar(64)
. success Success Indicates if Success. bit
. error Error Error Messages varchar(4000)
. build_number Build Number Build number varchar(64)
. prod_ver Product Version Product Version varchar(64)