mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
omfg
This commit is contained in:
@@ -56,7 +56,7 @@ public class Migrator {
|
||||
}
|
||||
|
||||
if (maxId != minId) {
|
||||
PreparedStatement setMigrationId = connection.prepareStatement("REPLACE INTO migations (namespace, id) VALUES (?, ?)");
|
||||
PreparedStatement setMigrationId = connection.prepareStatement("REPLACE INTO migrations (namespace, id) VALUES (?, ?)");
|
||||
setMigrationId.setString(1, entry.getKey());
|
||||
setMigrationId.setInt(2, maxId);
|
||||
setMigrationId.executeUpdate();
|
||||
|
||||
Reference in New Issue
Block a user