This website requires JavaScript.
Explore
Help
Sign In
status-im
/
migrate
Watch
2
Star
0
Fork
0
You've already forked migrate
mirror of
https://github.com/status-im/migrate.git
synced
2025-02-24 00:38:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
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 15:10:56 -08:00
// +build mysql
package
main
import
(
Use v4 for Go module support
2018-10-10 15:11:48 -07:00
_
"github.com/golang-migrate/migrate/v4/database/mysql"
add mysql driver, add ENV to docker containers
2017-02-28 15:10:56 -08:00
)
Reference in New Issue
Copy Permalink