mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 07:38:45 +05:00
Updated migrator tests
This commit is contained in:
committed by
Dan Christian Bogos
parent
570db82c35
commit
d1c7ca3369
@@ -41,6 +41,10 @@ type migratorSQL struct {
|
||||
rowIter *sql.Rows
|
||||
}
|
||||
|
||||
func (sqlMig *migratorSQL) close() {
|
||||
sqlMig.sqlStorage.Close()
|
||||
}
|
||||
|
||||
func (sqlMig *migratorSQL) StorDB() engine.StorDB {
|
||||
return *sqlMig.storDB
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user