mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-14 12:49:54 +05:00
Merge branch 'master' of https://github.com/cgrates/cgrates
This commit is contained in:
@@ -231,6 +231,7 @@ func (mig MigratorRC8) migrateAccounts() error {
|
||||
newAcc.ActionTriggers[index].ThresholdType = strings.Replace(newAcc.ActionTriggers[index].ThresholdType, "_", "_event_", 1)
|
||||
}
|
||||
}
|
||||
newAcc.InitCounters()
|
||||
newAccounts[keyIndex] = newAcc
|
||||
}
|
||||
// write data back
|
||||
|
||||
Reference in New Issue
Block a user