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

Change migrations to ignore existing tables on creation #131

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

phavekes
Copy link
Member

If the migrations table is out-of-sync, the migrations will try to create the tables that already exist. This makes the migrations more resistant.

@phavekes phavekes requested review from pmeulen and MKodde October 23, 2024 07:56
@phavekes phavekes changed the title Change migrations to ifnore existing tables on creation Change migrations to ignore existing tables on creation Oct 23, 2024
@phavekes phavekes requested a review from johanib October 23, 2024 08:11
Copy link
Contributor

@johanib johanib left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, after discussion 👍

@pmeulen pmeulen merged commit d0fe8e5 into main Nov 12, 2024
1 check passed
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.

3 participants