mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 02:26:26 +05:00
preserve counters
This commit is contained in:
@@ -278,6 +278,7 @@ func (mig MigratorRC8) migrateAccounts() error {
|
||||
}
|
||||
newUc.Counters[index] = cf
|
||||
}
|
||||
newAcc.UnitCounters[oldUc.BalanceType] = append(newAcc.UnitCounters[oldUc.BalanceType], newUc)
|
||||
}
|
||||
// action triggers
|
||||
for index, oldAtr := range oldAcc.ActionTriggers {
|
||||
|
||||
Reference in New Issue
Block a user