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
With a fresh install of buffalo (v0.16.3), following the docs at https://gobuffalo.io/en/docs/db/migrations/
$ buffalo pop generate fizz add_user_email
I get the following error
v5.0.11 Error: you must set a name for your migration
The text was updated successfully, but these errors were encountered:
buffalo pop generate fizz users add_email will work though I guess (found by luck, not docs)
buffalo pop generate fizz users add_email
Sorry, something went wrong.
in my case: buffalo pop generate fizz sodas initial works
buffalo pop generate fizz sodas initial
buffalo pop generate fizz soda not
buffalo pop generate fizz soda
Ok, I found misbehavior reason. "buffalo pop" in NOT equivalent of "soda" command:
buffalo pop generate fizz sodas does not work (error about not set migration name)
buffalo pop generate fizz sodas
soda generate fizz sodas working as expected
soda generate fizz sodas
No branches or pull requests
With a fresh install of buffalo (v0.16.3), following the docs at https://gobuffalo.io/en/docs/db/migrations/
I get the following error
The text was updated successfully, but these errors were encountered: