You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2018. It is now read-only.
I did go build -tags 'postgres' -o /usr/local/bin/migrate github.com/mattes/migrate/cli, but it seems it still in postgres
So when I did 'migrate -verbose -source ./migrations -database mysql://[email protected]:3306/name_db?query up
2017/11/27 16:49:54 error: no scheme
`
The complaints 'no scheme' errors is coming form postgress cli.
Is there any steps I need to do beside the cli install docs: https://github.com/mattes/migrate/tree/master/cli
Thanks.
The text was updated successfully, but these errors were encountered:
I did
go build -tags 'postgres' -o /usr/local/bin/migrate github.com/mattes/migrate/cli
, but it seems it still in postgresSo when I did 'migrate -verbose -source ./migrations -database mysql://[email protected]:3306/name_db?query up
2017/11/27 16:49:54 error: no scheme
`
The complaints 'no scheme' errors is coming form postgress cli.
Is there any steps I need to do beside the cli install docs: https://github.com/mattes/migrate/tree/master/cli
Thanks.
The text was updated successfully, but these errors were encountered: