Commit b3d96cc5 authored by Jeff's avatar Jeff
Browse files

Merge remote-tracking branch 'Cockatrice/master' into fix_1387

parents a64ea173 1ef90418
......@@ -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