We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
eg
$ bin/rails -v
Rails 5.1.6
$ gem query closure_tree
*** LOCAL GEMS *** closure_tree (6.6.0)
*** LOCAL GEMS ***
closure_tree (6.6.0)
$ bin/rails db:migrate
rails 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 CreateServiceClientDepartmentHierarchies < ActiveRecord::Migration
rails 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 CreateServiceClientDepartmentHierarchies < ActiveRecord::Migration
.... that should be ActiveRecord::Migration [5.1]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
eg
$ bin/rails -v
$ gem query closure_tree
$ bin/rails db:migrate
....
that should be ActiveRecord::Migration [5.1]
The text was updated successfully, but these errors were encountered: