Files
newznab-tmux/resources/db/patches/mysql/0047_users.sql
T
2016-09-21 12:34:07 +02:00

2 lines
120 B
SQL
Executable File

ALTER TABLE users ADD COLUMN queuetype TINYINT(1) NOT NULL DEFAULT 1;
/* Add a column to pick between Sab and NZBGet. */