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