Skip to content
New issue

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

Add :force option to create_enum #29

Merged
merged 4 commits into from Aug 21, 2020
Merged

Add :force option to create_enum #29

merged 4 commits into from Aug 21, 2020

Commits on Aug 20, 2020

  1. Configuration menu
    Copy the full SHA
    1f6804e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d6a4ee View commit details
    Browse the repository at this point in the history
  3. Force creation of enums by default, just as ActiveRecord does for tab…

    …les.
    
    Without this change, `db:setup` will fail by default when run with a database that already contains the enum.
    nirvdrum committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    9765c8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    195affa View commit details
    Browse the repository at this point in the history