devise_traceable icon indicating copy to clipboard operation
devise_traceable copied to clipboard

Generated migration not supported by recent rails versions

Open benningm opened this issue 8 years ago • 0 comments

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.

benningm avatar Jan 10 '18 09:01 benningm