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_ql.go
8 lines
93 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
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/ql"
build cli with all source and database drivers
2017-05-18 02:10:45 +00:00
)