Files
windmill/backend/migrations/20250205131521_clear_cache_on_webhook_changes.down.sql
2025-02-24 16:10:53 +01:00

5 lines
133 B
SQL

-- Add down migration script here
DROP TRIGGER webhook_change_trigger ON workspace_settings;
DROP FUNCTION notify_webhook_change();