This website requires JavaScript.
Explore
Help
Sign In
status-im
/
migrate
mirror of
https://github.com/status-im/migrate.git
Watch
2
Star
0
Fork
You've already forked migrate
0
Code
Issues
Projects
Releases
Wiki
Activity
16197b67e3
migrate
/
internal
/
cli
/
build_mysql.go
8 lines
98 B
Go
Raw
Normal View
History
Unescape
Escape
add mysql driver, add ENV to docker containers
2017-02-28 23:10:56 +00:00
// +build mysql
Copy cli main package under migrate directory, keep deprecated original main package for backwards compatibility, fixes #70
2018-11-19 13:17:38 +00:00
package
cli
add mysql driver, add ENV to docker containers
2017-02-28 23:10:56 +00:00
import
(
Use v4 for Go module support
2018-10-10 22:11:48 +00:00
_
"github.com/golang-migrate/migrate/v4/database/mysql"
add mysql driver, add ENV to docker containers
2017-02-28 23:10:56 +00:00
)