mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
modified ranking csv and model
This commit is contained in:
committed by
Dan Christian Bogos
parent
ed8ac2a317
commit
1765be1247
@@ -288,12 +288,13 @@ type RankingsMdl struct {
|
||||
Tpid string
|
||||
Tenant string `index:"0" re:".*"`
|
||||
ID string `index:"1" re:".*"`
|
||||
QueryInterval string `index:"2" re:".*"`
|
||||
Schedule string `index:"2" re:".*"`
|
||||
StatIDs string `index:"3" re:".*"`
|
||||
MetricIDs string `index:"4" re:".*"`
|
||||
Sorting string `index:"5" re:".*"`
|
||||
SortingParameters string `index:"6" re:".*"`
|
||||
ThresholdIDs string `index:"7" re:".*"`
|
||||
Stored bool `index:"7" re:".*"`
|
||||
ThresholdIDs string `index:"8" re:".*"`
|
||||
CreatedAt time.Time
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user