mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-01-26 06:29:03 -06:00
4 lines
85 B
SQL
4 lines
85 B
SQL
-- name: ExecutionsServiceGetExecution :one
|
|
SELECT * FROM executions
|
|
WHERE id = @id;
|