Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -439,7 +439,7 @@ public class SqlDatabaseUpgradeService implements DatabaseEntitiesUpgradeService |
439 | 439 | log.info("Updating schema ..."); |
440 | 440 | schemaUpdateFile = Paths.get(installScripts.getDataDir(), "upgrade", "3.2.1", SCHEMA_UPDATE_SQL); |
441 | 441 | loadSql(schemaUpdateFile, conn); |
442 | - conn.createStatement().execute("UPDATE tb_schema_settings SET schema_version = 3003000;"); | |
442 | + conn.createStatement().execute("UPDATE tb_schema_settings SET schema_version = 3002002;"); | |
443 | 443 | log.info("Schema updated."); |
444 | 444 | } catch (Exception e) { |
445 | 445 | log.error("Failed updating schema!!!", e); | ... | ... |