collect ok-to-mqtt falg

This commit is contained in:
Anton Roslund 2025-04-15 17:27:15 +02:00
parent ff8bb07f7f
commit 342c8dc87a
3 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE `nodes` ADD COLUMN `ok_to_mqtt` BOOLEAN NULL;