Files
gochat/migrations/000015_add_integration_hook_tables.down.sql
T
2026-06-04 15:44:48 +08:00

6 lines
223 B
SQL

-- Reverse G16: Remove integration tables
DELETE FROM integration_apps WHERE hook_type IN ('slack', 'shopify', 'linear', 'notion', 'webhook');
DROP TABLE IF EXISTS integration_apps;
DROP TABLE IF EXISTS integration_hooks;