diff --git a/migrator/migrator.go b/migrator/migrator.go index f36fadbb0..594728eee 100755 --- a/migrator/migrator.go +++ b/migrator/migrator.go @@ -48,7 +48,7 @@ func NewMigrator( return m, err } -var MetaAlias = "*Alias" +var MetaAlias = "*alias" type Migrator struct { dmIN MigratorDataDB diff --git a/utils/consts.go b/utils/consts.go index 99e8736da..7645fd447 100755 --- a/utils/consts.go +++ b/utils/consts.go @@ -479,7 +479,7 @@ const ( MetaTiming = "*Timing" MetaRQF = "*RQF" MetaResource = "*Resource" - MetaUser = "*User" + MetaUser = "*user" MetaSubscribers = "*Subscribers" MetaDerivedChargersV = "*DerivedChargers" MetaStorDB = "*stordb"