Migrate functions + tests for ActionProfile in migrator

This commit is contained in:
porosnicuadrian
2020-12-08 15:35:50 +02:00
committed by Dan Christian Bogos
parent bcc78c3ee0
commit aadbc58832
6 changed files with 353 additions and 1 deletions

View File

@@ -165,6 +165,7 @@ func CurrentDataDBVersions() Versions {
utils.Dispatchers: 2,
utils.LoadIDsVrs: 1,
utils.RateProfiles: 1,
utils.ActionProfiles: 1,
}
}
@@ -196,6 +197,7 @@ func CurrentStorDBVersions() Versions {
utils.TpChargers: 1,
utils.TpDispatchers: 1,
utils.TpRateProfiles: 1,
utils.TpActionProfiles: 1,
}
}