mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 09:08:45 +05:00
Change blockers field's position within RouteProfile
This commit is contained in:
committed by
Dan Christian Bogos
parent
e41d0319f8
commit
aca1dc2cff
@@ -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:""`
|
||||
|
||||
Reference in New Issue
Block a user