Update servatrice to respect server id when doing room information lookups

This commit is contained in:
woogerboy21
2016-07-15 21:14:39 -04:00
parent b28b174056
commit 600a8e8c60
4 changed files with 12 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
-- Servatrice db migration from version 14 to version 15
alter table cockatrice_rooms add `id_server` tinyint(3) not null default 0;
alter table cockatrice_rooms_gametypes add `id_server` tinyint(3) not null default 0;
UPDATE cockatrice_schema_version SET version=15 WHERE version=14;