mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-02-10 14:18:27 -06:00
3 lines
116 B
SQL
3 lines
116 B
SQL
-- name: AuthServiceGetUserSessions :many
|
|
SELECT * FROM sessions WHERE user_id = @user_id ORDER BY created_at DESC;
|