mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
6 lines
151 B
SQL
Executable File
6 lines
151 B
SQL
Executable File
INSERT IGNORE INTO settings (setting, value) VALUES
|
|
('intanidbupdate', 7),
|
|
('lastanidbupdate', 0),
|
|
('timeoutpath', ''),
|
|
('timeoutseconds', 0);
|