Update maint script files

This commit is contained in:
woogerboy21
2016-07-21 10:38:46 -04:00
parent b39a18b446
commit 1c1192c525
3 changed files with 5 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
-- Servatrice db migration from version 15 to version 16
drop table cockatrice_news;
UPDATE cockatrice_schema_version SET version=16 WHERE version=15;