mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
null debounce_delay_s if 0 (#7013)
Signed-off-by: pyranota <pyra@duck.com>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
-- Add down migration script here
|
||||
@@ -0,0 +1,4 @@
|
||||
-- Add up migration script here
|
||||
UPDATE script
|
||||
SET debounce_delay_s = NULL
|
||||
WHERE debounce_delay_s = 0;
|
||||
Reference in New Issue
Block a user