mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-28 11:53:11 -07:00
Update servatrice to respect server id when doing room information lookups
This commit is contained in:
6
servatrice/migrations/servatrice_0014_to_0015.sql
Normal file
6
servatrice/migrations/servatrice_0014_to_0015.sql
Normal 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;
|
||||
Reference in New Issue
Block a user