We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go.mod file:
After running gofr migrate create config_initial
gofr migrate create config_initial
Please note that actual migration files are NOT being created.
The text was updated successfully, but these errors were encountered:
Hey @vikash, The correct command is: gofr migrate create -name=<name-of-the-migration>
gofr migrate create -name=<name-of-the-migration>
However, if an incorrect command is entered, we should ensure it doesn't cause issues in go.mod. I’ll get this fixed ASAP.
Sorry, something went wrong.
Fixed in PR gofr-dev/gofr#1525
No branches or pull requests
go.mod file:

After running
gofr migrate create config_initial
Please note that actual migration files are NOT being created.
The text was updated successfully, but these errors were encountered: