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

Generated migration not supported by recent rails versions #4

Open
benningm opened this issue Jan 10, 2018 · 0 comments
Open

Generated migration not supported by recent rails versions #4

benningm opened this issue Jan 10, 2018 · 0 comments

Comments

@benningm
Copy link

Directly inheriting from ActiveRecord::Migration is not supported. Please specify the Rails release the migration was written for:

  class DeviseCreateUserTracings < ActiveRecord::Migration[4.2]
/usr/local/bundle/gems/activerecord-5.1.4/lib/active_record/migration.rb:525:in `inherited'
/usr/src/app/db/migrate/20180110094853_devise_create_user_tracings.rb:1:in `<top (required)>'

The migration template must be updated for recent rails versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant