Change blockers field's position within RouteProfile

This commit is contained in:
ionutboangiu
2022-04-27 19:05:59 +03:00
committed by Dan Christian Bogos
parent e41d0319f8
commit aca1dc2cff
24 changed files with 120 additions and 120 deletions

View File

@@ -197,9 +197,9 @@ type RouteMdl struct {
ID string `index:"1" re:""`
FilterIDs string `index:"2" re:""`
Weights string `index:"3" re:""`
Sorting string `index:"4" re:""`
SortingParameters string `index:"5" re:""`
Blockers string `index:"6" re:""`
Blockers string `index:"4" re:""`
Sorting string `index:"5" re:""`
SortingParameters string `index:"6" re:""`
RouteID string `index:"7" re:""`
RouteFilterIDs string `index:"8" re:""`
RouteAccountIDs string `index:"9" re:""`