mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-02-07 12:48:26 -06:00
3 lines
77 B
SQL
3 lines
77 B
SQL
-- name: AuthServiceDeleteSession :exec
|
|
DELETE FROM sessions WHERE id = @id;
|