ultisuite-backend/migrations/000030_webhook_automation_scope.down.sql
R3D347HR4Y 082cac36b2 feat(automation): dispatch rules/webhooks on mail, drive, contacts
Wire automation dispatcher to IMAP sync, drive mutations, and contact CRUD.
Add webhook event_types and mail/drive/contacts scope filters (migration 30).
2026-06-07 15:51:47 +02:00

6 lines
188 B
SQL

ALTER TABLE webhook_templates
DROP COLUMN IF EXISTS event_types,
DROP COLUMN IF EXISTS mail_scope,
DROP COLUMN IF EXISTS drive_scope,
DROP COLUMN IF EXISTS contacts_scope;