Files
newznab-tmux/resources/db/patches/mysql/0319~collections.sql
T
2017-09-18 15:50:49 +02:00

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 '';