cangaroo icon indicating copy to clipboard operation
cangaroo copied to clipboard

bin/rake db:migrate migration error

Open gildardoperez opened this issue 6 years ago • 0 comments

Using Rails 5.2.2

I get the error below when running > bin/rake db:migrate migration

Running via Spring preloader in process 23262 rake aborted! StandardError: An error has occurred, this and all later migrations canceled:

Directly inheriting from ActiveRecord::Migration is not supported. Please specify the Rails release the migration was written for: class CreateCangarooConnections < ActiveRecord::Migration[4.2]

gildardoperez avatar Apr 17 '19 22:04 gildardoperez