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]
Using Rails 5.2.2
I get the error below when running
> bin/rake db:migrate migrationRunning 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]