mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 03:53:56 -07:00
Update servatrice to respect server id when doing room information lookups
This commit is contained in:
parent
b28b174056
commit
600a8e8c60
4 changed files with 12 additions and 4 deletions
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue