Commit 1ef90418 authored by woogerboy21's avatar woogerboy21
Browse files

Merge pull request #1389 from Cockatrice/schema_level_correction

Corrected miss-matched schema versions
parents 8c072295 65635bcd
......@@ -20,7 +20,7 @@ CREATE TABLE IF NOT EXISTS `cockatrice_schema_version` (
PRIMARY KEY (`version`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO cockatrice_schema_version VALUES(6);
INSERT INTO cockatrice_schema_version VALUES(7);
CREATE TABLE IF NOT EXISTS `cockatrice_decklist_files` (
`id` int(7) unsigned zerofill NOT NULL auto_increment,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment