You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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]
The text was updated successfully, but these errors were encountered: