mirror of
https://github.com/YunoHost-Apps/invidious_ynh.git
synced 2024-09-03 19:15:55 +02:00
2 lines
151 B
Text
2 lines
151 B
Text
|
@weekly psql __APP__ -c "DELETE FROM nonces * WHERE expire < current_timestamp" > /dev/null
|
||
|
@weekly psql __APP__ -c "TRUNCATE TABLE videos" > /dev/null
|