sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Sentry Functions: Backend Webhook Integration

Open vpandiarajan20 opened this issue 3 years ago • 2 comments

vpandiarajan20 avatar Jul 28 '22 18:07 vpandiarajan20

This PR has a migration; here is the generated SQL for src/sentry/migrations/0309_sentry_functions_add_webhooks.py ()

--
-- Custom state/database change combination
--
ALTER TABLE "sentry_sentryfunction" ADD COLUMN "events" text[] DEFAULT '{}' NULL;
ALTER TABLE "sentry_sentryfunction" ALTER COLUMN "events" DROP DEFAULT;

github-actions[bot] avatar Aug 01 '22 21:08 github-actions[bot]

This PR has a migration; here is the generated SQL for src/sentry/migrations/0310_sentry_functions_add_webhooks.py ()

--
-- Custom state/database change combination
--
ALTER TABLE "sentry_sentryfunction" ADD COLUMN "events" text[] DEFAULT '{}' NULL;
ALTER TABLE "sentry_sentryfunction" ALTER COLUMN "events" DROP DEFAULT;

github-actions[bot] avatar Aug 01 '22 21:08 github-actions[bot]