3 lines
90 B
SQL
3 lines
90 B
SQL
delete from bans where timeofban <= strftime('%s', date('now', '-7 days'));
|
|
vacuum;
|
|
.quit
|