implement database and mqtt client to cache node info
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE `nodes` ADD COLUMN `altitude` INTEGER NULL,
|
||||
ADD COLUMN `latitude` INTEGER NULL,
|
||||
ADD COLUMN `longitude` INTEGER NULL;
|
Reference in New Issue
Block a user