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