Subject Area Name
|
Definition
|
370 - Deployment
|
Tables to control deployment to the database.
|
|
ER Diagram Name
|
Physical Display Level
|
|
Logical
|
Column
|
|
Physical
|
Column
|
|
Physical Name
|
Entity/Table Name
|
Logical Only
|
Do Not Generate
|
Definition
|
|
|
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.
|
|
|
Physical Name
|
Attribute/Column Name
|
Definition
|
Physical Data Type
|
|
|
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)
|