mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 19:28:55 +00:00
10 lines
232 B
SQL
Executable File
10 lines
232 B
SQL
Executable File
#Remove settings from tmux table
|
|
|
|
DELETE FROM tmux WHERE setting = 'lastpretime';
|
|
|
|
DELETE FROM tmux WHERE setting = 'currentppticket';
|
|
|
|
DELETE FROM tmux WHERE setting = 'nextppticket';
|
|
|
|
DELETE FROM tmux WHERE setting = 'debuginfo';
|