collect new snr and route back info for traceroutes
This commit is contained in:
parent
e12e56a221
commit
e2f354573a
3 changed files with 10 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue