mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Removing accounts
This commit is contained in:
committed by
Dan Christian Bogos
parent
f4689abdd7
commit
49f8ffc598
@@ -565,26 +565,3 @@ type ActionProfileMdl struct {
|
||||
func (ActionProfileMdl) TableName() string {
|
||||
return utils.TBLTPActionProfiles
|
||||
}
|
||||
|
||||
type AccountProfileMdl struct {
|
||||
PK uint `gorm:"primary_key"`
|
||||
Tpid string
|
||||
Tenant string `index:"0" re:""`
|
||||
ID string `index:"1" re:""`
|
||||
FilterIDs string `index:"2" re:""`
|
||||
ActivationInterval string `index:"3" re:""`
|
||||
Weights string `index:"4" re:""`
|
||||
Opts string `index:"5" re:""`
|
||||
BalanceID string `index:"6" re:""`
|
||||
BalanceFilterIDs string `index:"7" re:""`
|
||||
BalanceWeights string `index:"8" re:""`
|
||||
BalanceType string `index:"9" re:""`
|
||||
BalanceUnits float64 `index:"10" re:"\d+\.?\d*"`
|
||||
BalanceUnitFactors string `index:"11" re:""`
|
||||
BalanceOpts string `index:"12" re:""`
|
||||
BalanceCostIncrements string `index:"13" re:""`
|
||||
BalanceAttributeIDs string `index:"14" re:""`
|
||||
BalanceRateProfileIDs string `index:"15" re:""`
|
||||
ThresholdIDs string `index:"16" re:""`
|
||||
CreatedAt time.Time
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user