mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
db5b1f6700
Signed-off-by: pyranota <pyra@duck.com>
5 lines
104 B
SQL
5 lines
104 B
SQL
-- Add up migration script here
|
|
UPDATE script
|
|
SET debounce_delay_s = NULL
|
|
WHERE debounce_delay_s = 0;
|