mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Updated attribute migration for same dataDB
This commit is contained in:
committed by
Dan Christian Bogos
parent
deb57e190c
commit
50511c0eab
@@ -185,6 +185,7 @@ func (m *Migrator) migrateAttributeProfile() (err error) {
|
||||
switch version {
|
||||
case current[utils.Attributes]:
|
||||
if m.sameDataDB {
|
||||
migrated = false
|
||||
break
|
||||
}
|
||||
if err = m.migrateCurrentAttributeProfile(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user