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

Add database connection checks before running migrations. #181

Merged
merged 1 commit into from
May 23, 2024

Conversation

butschster
Copy link
Member

This should prevent issues where migrations cannot be executed due to race conditions, ensuring the database is initialized before migrations run.

… prevent issues where migrations cannot be executed due to race conditions, ensuring the database is initialized before migrations run.
@butschster butschster self-assigned this May 23, 2024
@butschster butschster added this to the 1.0 milestone May 23, 2024
@butschster butschster merged commit 7a91028 into master May 23, 2024
6 checks passed
@butschster butschster deleted the hotfix/database-connection-checks branch May 23, 2024 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant