Footprints Data Model |
Table |
Table Name | Deployment Update |
Table Definition | 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. |
Attribute |
Attribute Name | Attribute Definition | Logical Datatype | Is Required |
Update Pack Id | The value of a Deployment Update, stored as a string. | VARCHAR(64) | Yes |
From Version | From FP version | VARCHAR(64) | No |
To Version | To FP version | VARCHAR(64) | No |
Product Version | Product Version | VARCHAR(64) | No |
Build Number | Build number | VARCHAR(64) | No |
Start Datetime | Start of deployment | DATE | No |
Finish Datetime | End of deployment | DATE | No |
Success | Indicates if Success. | BOOLEAN | Yes |
Error | Error Messages | VARCHAR(4000) | No |