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

6 lines
203 B
SQL
Executable File

INSERT IGNORE INTO settings (name, value, hint, setting)
VALUES (
'disablebackfillgroup', 0,
'Whether to disable backfill on a group if the target date has been reached.',
'disablebackfillgroup'
);