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
Make create_enum reversable so that it can be used in a change.
create_enum
change
Currently you must use separate up and down methods (with drop_enum in the down)
up
down
drop_enum
[Issue pulled over from SchemaPlus/schema_plus#177]
The text was updated successfully, but these errors were encountered:
👍 to this feature. I think it should be supported, as my first use of this gem I got bit by the lack of this.
Might be worth putting a note of this in the README for the time being.
Sorry, something went wrong.
@kevinjalbert Unfortunately no time for me to work on this, but I'm happy to accept PRs. Even a PR to update the README!
No branches or pull requests
Make
create_enum
reversable so that it can be used in achange
.Currently you must use separate
up
anddown
methods (withdrop_enum
in thedown
)[Issue pulled over from SchemaPlus/schema_plus#177]
The text was updated successfully, but these errors were encountered: