Skip to main content
Version: 2.75.x.x LTS

Database version log

The database version log table holds a list of all patches which have been applied to the database. Every patch which is run will add a new row to the table. It can be useful to check on which version the database schema is on.

Database table TIDMA_DB_VERSION_LOG

DB attributeJava data type (max. size), defaultsDescription
db_version_log_idLong, not NULLPrimary key (uniquely identifies each in
install_end_datdate, nullableThe date when the run of the patch was finished.
install_start_datdate, not NULLThe date when the patch was started.
install_typestring(16), not NULL"created" if the database was created and "patch" for applied patches.
versionString(32), not NULLVersion number of the applied patch.