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 the database migration CI workflow to check for the expected DB version instead #2250

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

jhrozek
Copy link
Contributor

@jhrozek jhrozek commented Feb 1, 2024

Instead of checking for the expected tables which might come and go,
make sure that the version corresponds to the highest version in the
database migration files.

…B version instead

Instead of checking for the expected tables which might come and go,
make sure that the version corresponds to the highest version in the
database migration files.
@jhrozek jhrozek requested a review from a team as a code owner February 1, 2024 11:03
@jhrozek
Copy link
Contributor Author

jhrozek commented Feb 1, 2024

let's hold merging this, I'll try if the CI fix works by dropping a table

@jhrozek
Copy link
Contributor Author

jhrozek commented Feb 1, 2024

let's hold merging this, I'll try if the CI fix works by dropping a table

actually nah, the local tests seem to work.

@jhrozek jhrozek merged commit 51380d5 into mindersec:main Feb 1, 2024
18 checks 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