mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-12 08:05:44 +00:00
* fix: Fix canceled flag in completed_job table * Add toggle to workspace settings
2 lines
146 B
SQL
2 lines
146 B
SQL
-- Add up migration script here
|
|
ALTER TABLE workspace_settings ADD COLUMN IF NOT EXISTS error_handler_muted_on_cancel BOOL NOT NULL DEFAULT false; |