Skip to content

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.

Object function table

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

Clone this wiki locally