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

fix(migrations): add if not exists to alter table syntax #80875

Merged
merged 1 commit into from
Nov 16, 2024

Conversation

JoshFerge
Copy link
Member

@JoshFerge JoshFerge commented Nov 15, 2024

this causes migrations to fail if the migration fails partway through and we need to retry. the migration previously failed on the add constraint line, and i think if we try again it will likely succeed

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Nov 15, 2024
@JoshFerge JoshFerge marked this pull request as ready for review November 15, 2024 23:56
@JoshFerge JoshFerge requested a review from a team as a code owner November 15, 2024 23:56
@JoshFerge JoshFerge requested review from a team November 15, 2024 23:56
@JoshFerge JoshFerge merged commit 403e263 into master Nov 16, 2024
53 checks passed
@JoshFerge JoshFerge deleted the jferg/hotfix branch November 16, 2024 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants