mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
6 lines
203 B
SQL
Executable File
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'
|
|
); |