mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 19:28:55 +00:00
5 lines
226 B
SQL
5 lines
226 B
SQL
# Alter the columns in release_regexes table
|
|
|
|
ALTER TABLE release_regexes MODIFY COLUMN collection_regex_id INT(11) NOT NULL DEFAULT '0';
|
|
ALTEr TABLE release_regexes MODIFY COLUMN naming_regex_id INT(11) NOT NULL DEFAULT '0';
|