mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 16:03:47 +00:00
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;
|