Files
windmill/backend/migrations/20231013103457_workspace_error_handler_args.down.sql
Guillaume Bouvignies a55cb50b5d feat: Workspace error handler now supports args and Slack for EE (#2447)
* feat: Workspace error handler now supports args and Slack

* Cleanup unused value

* run sqlx prepare

* Fix script path loading
2023-10-13 17:32:11 +02:00

2 lines
102 B
SQL

-- Add down migration script here
ALTER TABLE workspace_settings DROP COLUMN error_handler_extra_args;