* feat: Mute workspace error handler for flows and scripts * implement BE muting * Add tooltip to bell icon * change field name to ws_error_handler_muted * revert new field for queue table * Error when error handler not set * extract svelte component and use flow table column * Fix flow error handler result arg
3 lines
141 B
SQL
3 lines
141 B
SQL
-- Add down migration script here
|
|
ALTER TABLE script DROP COLUMN ws_error_handler_muted;
|
|
ALTER TABLE flow DROP COLUMN ws_error_handler_muted; |