track when node position was last updated
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE `nodes` ADD COLUMN `position_updated_at` DATETIME(3) NULL;
|
@ -22,9 +22,10 @@ model Node {
|
||||
is_licensed Boolean
|
||||
role Int
|
||||
|
||||
latitude Int?
|
||||
longitude Int?
|
||||
altitude Int?
|
||||
latitude Int?
|
||||
longitude Int?
|
||||
altitude Int?
|
||||
position_updated_at DateTime?
|
||||
|
||||
battery_level Int?
|
||||
voltage Decimal?
|
||||
|
Reference in New Issue
Block a user