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;
|