* Fix schedule path for scheduled scripts * feat: Add possibility to mute workspace error handler on schedules and define an error/recovery handler as default * Permission error handlers to the error handler group for consistency, and small refactoring * Fix recovery handler * Add parent job to recovery handler for consistency * Fix tests * Locking feature to EE in FE
3 lines
91 B
SQL
3 lines
91 B
SQL
-- Add down migration script here
|
|
ALTER TABLE schedule DROP COLUMN ws_error_handler_muted;
|