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

Use lease_connection over deprecated connection for rails 8 #353

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vprigent
Copy link
Collaborator

Call register_task as extending DatabaseTasks doesn't hold onto that

Fixes #352

Call `register_task` as extending DatabaseTasks doesn't hold onto that
@vprigent
Copy link
Collaborator Author

vprigent commented Nov 25, 2024

This currently causes the rails db:prepare:with_data to run but silently fails to run the data migrations.

Weird is that rails db:drop db:prepare:with_data runs it fine...

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

Successfully merging this pull request may close these issues.

db:prepare:with_data not working in rails 8.0.0
1 participant