mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 10:48:53 +00:00
Fix patch 0295
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user