-
Notifications
You must be signed in to change notification settings - Fork 0
Version Control
KlausKiefer edited this page May 21, 2021
·
19 revisions
Version control was introduced to the GAM database on 21 May 2021 in order
- to keep track of the changes to the GAM database
- to ensure the correct interplay between the GAM database and the software tools that make use of the GAM database.
| Attribute name | Attribute meaning | Data type | Mandatory | Notes |
|---|---|---|---|---|
| VER_ID | ID of version / update | 24-bit Integer | Yes | It is the primary key. It is automatically incremented, no need to set it manually. |
| VER_MAJOR | Main version number | 24-bit Integer | Yes | With the implementation of the version control the version is set to 1.0 |
| VER_MINOR | Sub version number | 24-bit Integer | Yes | |
| VER_DATE | Date and time of the installation of the version / update | String showing date in YYYY-MM-DD hh:mm:ss format | Yes | |
| VER_COMMENT | Comments related to this version / update | String, up to 1000 bytes in size | No |
- Installation
- Update for Adding Version Control
- Update GAM to Version 1.2
- Update GAM to Version 1.3
- Configure (tbc)