mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Added migrator for *load_ids
This commit is contained in:
committed by
Dan Christian Bogos
parent
4f96ca590b
commit
8cddeca1a0
@@ -33,6 +33,7 @@ var (
|
||||
utils.ActionPlans: "cgr-migrator -exec=*action_plans",
|
||||
utils.SharedGroups: "cgr-migrator -exec=*shared_groups",
|
||||
utils.Thresholds: "cgr-migrator -exec=*thresholds",
|
||||
utils.LoadIDsVrs: "cgr-migrator -exec=*load_ids",
|
||||
}
|
||||
storDBVers = map[string]string{
|
||||
utils.CostDetails: "cgr-migrator -exec=*cost_details",
|
||||
@@ -155,6 +156,7 @@ func CurrentDataDBVersions() Versions {
|
||||
utils.RatingProfile: 1,
|
||||
utils.Chargers: 1,
|
||||
utils.Dispatchers: 1,
|
||||
utils.LoadIDsVrs: 1,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user