mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
Amend column length
This commit is contained in:
@@ -498,7 +498,7 @@ public class GroupManagerDao {
|
||||
|
||||
//Adding support for groups to have a color assigned to them
|
||||
db.registerMigration(15, false,
|
||||
"alter table faction add group_color varchar(10) NOT NULL DEFAULT 'gray';");
|
||||
"alter table faction add group_color varchar(12) NOT NULL DEFAULT 'gray';");
|
||||
}
|
||||
|
||||
public int createGroup(String group, UUID owner, String password) {
|
||||
|
||||
Reference in New Issue
Block a user