This commit is contained in:
ctrlaltca 2016-08-03 03:58:56 +02:00 committed by Zach H
parent 1834e09c0f
commit 0f0f9a1246
3 changed files with 12 additions and 5 deletions

View file

@ -0,0 +1,7 @@
-- Servatrice db migration from version 16 to version 17
alter table cockatrice_rooms modify column `id_server` tinyint(3) not null default 1;
alter table cockatrice_rooms_gametypes modify column `id_server` tinyint(3) not null default 1;
alter table cockatrice_servermessages modify column `id_server` tinyint(3) not null default 1;
UPDATE cockatrice_schema_version SET version=17 WHERE version=16;