mirror of
https://github.com/songoda/UltimateStacker.git
synced 2025-03-02 10:11:02 +01:00
Increased the default serialized_entity field size.
This commit is contained in:
parent
ad67dec11a
commit
9264013afc
@ -32,7 +32,7 @@ public class _2_EntityStacks extends DataMigration {
|
||||
statement.execute("CREATE TABLE " + tablePrefix + "stacked_entities (" +
|
||||
"uuid VARCHAR(36) PRIMARY KEY NOT NULL," +
|
||||
"host INTEGER NOT NULL," +
|
||||
"serialized_entity VARBINARY(255) NOT NULL" +
|
||||
"serialized_entity VARBINARY(999) NOT NULL" +
|
||||
")");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user