Files
windmill/backend/migrations/20230705102646_add_error_handler_workspace.up.sql
HugoCasa 69ee98a835 feat: workspace error handler (#1799)
* feat: add workspace error handler

* feat: run error handler as group

* fix: handler picker initial path

* fix(backend): separate global / workspace handlers

* fix(frontend): error handler picker tab change

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2023-07-06 21:43:15 +02:00

2 lines
102 B
SQL

-- Add up migration script here
ALTER TABLE workspace_settings ADD COLUMN error_handler VARCHAR(1000);