1.0.4: customer fields extensions, tests

This commit is contained in:
Bossanyi Tibor
2020-07-05 13:50:28 +02:00
parent 2bd3f2232d
commit 6f570242e1
10 changed files with 91 additions and 28 deletions
@@ -43,6 +43,8 @@ object Singleton {
this.dbVersion = dbConfig.configValue
this.appVersion = applicationVersion
logger.info("DBVersion: " + this.dbVersion + " App version: " + this.appVersion)
if ( dbConfig.configValue != applicationVersion ) {
try {