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 b0a3da441a
commit db5b1f6700
2 changed files with 5 additions and 0 deletions
@@ -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;