Wire automation dispatcher to IMAP sync, drive mutations, and contact CRUD. Add webhook event_types and mail/drive/contacts scope filters (migration 30).
6 lines
188 B
SQL
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;
|