Updating schema version to 12 and adding migration script.

This commit is contained in:
Michael Hogg 2015-11-08 03:05:12 -08:00
parent 9963e9dfe7
commit d9c0c97ae7
2 changed files with 6 additions and 1 deletions

View file

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