mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-01-23 21:19:31 -06:00
4 lines
87 B
SQL
4 lines
87 B
SQL
-- name: ExecutionsServiceDeleteExecution :exec
|
|
DELETE FROM executions
|
|
WHERE id = @id;
|