mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-02-10 06:08:27 -06:00
3 lines
95 B
SQL
3 lines
95 B
SQL
-- name: AuthServiceDeleteAllUserSessions :exec
|
|
DELETE FROM sessions WHERE user_id = @user_id;
|