mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-01-25 05:58:29 -06:00
3 lines
87 B
SQL
3 lines
87 B
SQL
-- name: WebhooksServiceGetWebhook :one
|
|
SELECT * FROM webhooks WHERE id = @webhook_id;
|