Initial commit of mtgonline project
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- Servatrice db migration from version 11 to version 12
|
||||
|
||||
alter table cockatrice_users modify token binary(16) NULL;
|
||||
|
||||
UPDATE cockatrice_schema_version SET version=12 WHERE version=11;
|
||||
Reference in New Issue
Block a user