mirror of https://github.com/status-im/migrate.git
8 lines
102 B
Go
8 lines
102 B
Go
|
// +build mongodb
|
||
|
|
||
|
package cli
|
||
|
|
||
|
import (
|
||
|
_ "github.com/golang-migrate/migrate/v4/database/mongodb"
|
||
|
)
|