mirror of https://github.com/status-im/migrate.git
commit
708d67fa02
|
@ -186,7 +186,7 @@ func newCommon() *Migrate {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Close closes the the source and the database.
|
// Close closes the source and the database.
|
||||||
func (m *Migrate) Close() (source error, database error) {
|
func (m *Migrate) Close() (source error, database error) {
|
||||||
databaseSrvClose := make(chan error)
|
databaseSrvClose := make(chan error)
|
||||||
sourceSrvClose := make(chan error)
|
sourceSrvClose := make(chan error)
|
||||||
|
|
Loading…
Reference in New Issue