mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-14 19:18:55 -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
|
|
@ -20,7 +20,7 @@ CREATE TABLE IF NOT EXISTS `cockatrice_schema_version` (
|
|||
PRIMARY KEY (`version`)
|
||||
) ENGINE=INNODB DEFAULT CHARSET=utf8;
|
||||
|
||||
INSERT INTO cockatrice_schema_version VALUES(14);
|
||||
INSERT INTO cockatrice_schema_version VALUES(15);
|
||||
|
||||
-- users and user data tables
|
||||
CREATE TABLE IF NOT EXISTS `cockatrice_users` (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue