collect new snr and route back info for traceroutes
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE `traceroutes` ADD COLUMN `route_back` JSON NULL,
|
||||
ADD COLUMN `snr_back` JSON NULL,
|
||||
ADD COLUMN `snr_towards` JSON NULL;
|
@ -242,6 +242,9 @@ model TraceRoute {
|
||||
from BigInt
|
||||
want_response Boolean
|
||||
route Json
|
||||
snr_towards Json?
|
||||
route_back Json?
|
||||
snr_back Json?
|
||||
|
||||
channel Int?
|
||||
packet_id BigInt?
|
||||
|
Reference in New Issue
Block a user