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,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;