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
60b45ba428
migrate
/
cli
/
build_mysql.go
8 lines
99 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
package
main
import
(
Revert "Remove support for Go modules" This reverts commit 5e96539f55495f6fa80240037db6cb1886a99b89.
2018-10-10 22:09:03 +00:00
_
"github.com/golang-migrate/migrate/v3/database/mysql"
add mysql driver, add ENV to docker containers
2017-02-28 23:10:56 +00:00
)