Initial commit of mtgonline project

This commit is contained in:
2026-07-18 04:57:40 +00:00
commit 86c12376f8
1870 changed files with 547994 additions and 0 deletions
@@ -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;