-- Down: Drop webhook tables (reverse creation order due to FK) DROP TABLE IF EXISTS webhook_deliveries; DROP TABLE IF EXISTS webhook_subscriptions;