Collect node max hops
This commit is contained in:
parent
ce8adb88a4
commit
a9e749a336
3 changed files with 6 additions and 1 deletions
|
|
@ -54,7 +54,8 @@ model Node {
|
|||
mqtt_connection_state_updated_at DateTime?
|
||||
|
||||
ok_to_mqtt Boolean?
|
||||
is_backbone Boolean?
|
||||
is_backbone Boolean?
|
||||
max_hops Int?
|
||||
|
||||
created_at DateTime @default(now())
|
||||
updated_at DateTime @default(now()) @updatedAt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue