Files
windmill/backend/migrations/20231013103457_workspace_error_handler_args.up.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
104 B
SQL

-- Add up migration script here
ALTER TABLE workspace_settings ADD COLUMN error_handler_extra_args JSON;