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
When I tried to create migration without starting the server on docker, it throws the following error
I think creating migration should not depend on whether the server is started or not and more importantly it's started on docker or not.
The text was updated successfully, but these errors were encountered:
Looks like; this Stack Overflow answer has the solution to send custom variables to make file.
make foo=bar target
We could use this syntax to migrate without docker. eg; make provider=host migrate for host migration runner and make provider=docker migrate for docker based migration runner.
When I tried to create migration without starting the server on docker, it throws the following error
![image](https://user-images.githubusercontent.com/39294544/119925160-9cb36680-bf94-11eb-9720-8b20e1ec4689.png)
I think creating migration should not depend on whether the server is started or not and more importantly it's started on docker or not.
The text was updated successfully, but these errors were encountered: