6 lines
223 B
SQL
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; |