-
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 data base on 21 May 2021 in order
- to keep track of the changes to the GAM data base
- to ensure the correct interplay between the GAM data base and the software tools that make unse of the GAM data base.
| Attribute name | Attribute meaning | Data type | Mandatory | Notes |
|---|---|---|---|---|
| VER_ID | ID of function | 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 ther version control the version is set to 1.0 |
| VER_MINOR | Sub version number | 24-bit Integer | Yes | |
| VER_DATE | Date aand time of the installation of the version / update | String showing date in YYYY-MM-DD hh:mm:ss format | No | |
| 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)