UUID migration fix for very large servers.
This commit is contained in:
parent
2866d0cdea
commit
c5ebc23615
|
|
@ -193,6 +193,9 @@ public class DatabaseDataStore extends DataStore
|
||||||
catch(Exception ex){ }
|
catch(Exception ex){ }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//refresh data connection in case data migration took a long time
|
||||||
|
this.refreshDataConnection();
|
||||||
|
|
||||||
for(String name : changes.keySet())
|
for(String name : changes.keySet())
|
||||||
{
|
{
|
||||||
statement = this.databaseConnection.createStatement();
|
statement = this.databaseConnection.createStatement();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user