save temperature, humidity and pressure to nodes table
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE `nodes` ADD COLUMN `barometric_pressure` DECIMAL(65, 30) NULL,
|
||||
ADD COLUMN `relative_humidity` DECIMAL(65, 30) NULL,
|
||||
ADD COLUMN `temperature` DECIMAL(65, 30) NULL;
|
Reference in New Issue
Block a user