Fix patch 0295

This commit is contained in:
DariusIII
2017-02-14 15:05:45 +01:00
parent 25a03b2587
commit ae73a40a4b
@@ -3,7 +3,7 @@
DROP TABLE IF EXISTS releases_regexes;
CREATE TABLE releases_regexes (
releases_id INT(11) UNSIGNED NOT NULL AUTO_INCREMENT,
regex_id INT(11) UNSIGNED NOT NULL,
regex_id INT(11) UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY (releases_id, regex_id)
)
ENGINE = MYISAM