|
|
|
@ -768,10 +768,10 @@ public class SqlDatabaseUpgradeService implements DatabaseEntitiesUpgradeService |
|
|
|
} catch (Exception e) { |
|
|
|
} |
|
|
|
|
|
|
|
conn.createStatement().execute("UPDATE tb_schema_settings SET schema_version = 3005002;"); |
|
|
|
log.info("Schema updated to version 3.5.2."); |
|
|
|
conn.createStatement().execute("UPDATE tb_schema_settings SET schema_version = 3006000;"); |
|
|
|
log.info("Schema updated to version 3.6.0."); |
|
|
|
} else { |
|
|
|
log.info("Skip schema re-update to version 3.5.2. Use env flag 'SKIP_SCHEMA_VERSION_CHECK' to force the re-update."); |
|
|
|
log.info("Skip schema re-update to version 3.6.0. Use env flag 'SKIP_SCHEMA_VERSION_CHECK' to force the re-update."); |
|
|
|
} |
|
|
|
} catch (Exception e) { |
|
|
|
log.error("Failed updating schema!!!", e); |
|
|
|
|