-- 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;