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
2fbec2f760
migrate
/
internal
/
cli
/
build_ql.go
8 lines
92 B
Go
Raw
Normal View
History
Unescape
Escape
build cli with all source and database drivers
2017-05-18 02:10:45 +00:00
// +build ql
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
build cli with all source and database drivers
2017-05-18 02:10:45 +00:00
import
(
Use v4 for Go module support
2018-10-10 22:11:48 +00:00
_
"github.com/golang-migrate/migrate/v4/database/ql"
build cli with all source and database drivers
2017-05-18 02:10:45 +00:00
)