mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
4 lines
260 B
SQL
Executable File
4 lines
260 B
SQL
Executable File
# Add setting to check when was the last time we updated steam_apps table
|
|
|
|
INSERT IGNORE INTO settings (section, subsection, name, value, hint, setting) VALUES ('APIs', 'Steam', 'last_update', '0', 'Last time we updated steam_apps table.', 'laststeamupdate');
|