mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-02-11 06:38:27 -06:00
3 lines
102 B
SQL
3 lines
102 B
SQL
-- name: AuthServiceDeleteOldSessions :exec
|
|
DELETE FROM sessions WHERE created_at <= @date_threshold;
|