mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 08:02:19 +00:00
54cc811405
* 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; |