Skip to content
New issue

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

Migration uses ActiveRecord[6.1], creating incompatibility for Rails < 6.1 #948

Closed
kerchner opened this issue Apr 15, 2024 · 0 comments · Fixed by #949 or #959
Closed

Migration uses ActiveRecord[6.1], creating incompatibility for Rails < 6.1 #948

kerchner opened this issue Apr 15, 2024 · 0 comments · Fixed by #949 or #959

Comments

@kerchner
Copy link
Contributor

class AddIndexToMetadataBulkraxIdentifier < ActiveRecord::Migration[6.1]
uses the ActiveRecord[6.1] method, but Bulkrax 8.0.0 should be compatible with Hyrax 2+ , and therefore Rails 5. Recommend downgrading this to match prior migrations, with ActiveRecord[5.2]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant