mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 19:28:55 +00:00
4 lines
230 B
SQL
4 lines
230 B
SQL
# change xref columns in multigroup and standard collections table
|
|
|
|
ALTER TABLE collections CHANGE xref xref VARCHAR(2000) NOT NULL DEFAULT '';
|
|
ALTER TABLE multigroup_collections CHANGE xref xref VARCHAR(2000) NOT NULL DEFAULT ''; |