mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-01-25 05:58:29 -06:00
3 lines
89 B
SQL
3 lines
89 B
SQL
-- name: WebhooksServiceDeleteWebhook :exec
|
|
DELETE FROM webhooks WHERE id = @webhook_id;
|