mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 10:48:53 +00:00
3 lines
210 B
SQL
Executable File
3 lines
210 B
SQL
Executable File
# Add missing setting for settings table.
|
|
REPLACE INTO settings (section, subsection, name, value, hint, setting) VALUES ('APIs', 'AniDB', 'banned', '0', "Timestamp of WHEN we were 'banned'.", 'AniDB_banned');
|