null debounce_delay_s if 0 (#7013)

Signed-off-by: pyranota <pyra@duck.com>
This commit is contained in:
Pyra
2025-10-30 17:21:08 +01:00
committed by GitHub
parent 78d3b1f3cb
commit 38c868e5a9
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1 @@
-- Add down migration script here

View File

@@ -0,0 +1,4 @@
-- Add up migration script here
UPDATE script
SET debounce_delay_s = NULL
WHERE debounce_delay_s = 0;