collect channel and gateway data for traceroutes
This commit is contained in:
parent
fc2f01d31b
commit
961ea71c84
3 changed files with 14 additions and 0 deletions
|
|
@ -151,6 +151,11 @@ model TraceRoute {
|
|||
node_id BigInt
|
||||
route Json
|
||||
|
||||
channel Int?
|
||||
packet_id BigInt?
|
||||
channel_id String?
|
||||
gateway_id BigInt?
|
||||
|
||||
created_at DateTime @default(now())
|
||||
updated_at DateTime @default(now()) @updatedAt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue