mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
10 lines
393 B
SQL
Executable File
10 lines
393 B
SQL
Executable File
DELETE FROM tmux WHERE setting = 'collections_kill';
|
|
DELETE FROM tmux WHERE setting = 'sorter';
|
|
DELETE FROM tmux WHERE setting = 'sorter_timer';
|
|
DELETE FROM tmux WHERE setting = 'optimize';
|
|
DELETE FROM tmux WHERE setting = 'optimize_timer';
|
|
INSERT IGNORE INTO tmux (setting, value) VALUES ('sphinx', '0'),
|
|
('sphinx_timer', '600'),
|
|
('delete_parts', '0'),
|
|
('delete_timer', '43200');
|