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

Bug #553: Baseline creates orphan version_id in ScriptsRun #567

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

erikbra
Copy link
Owner

@erikbra erikbra commented Jul 24, 2024

When running in baseline mode, no SQL is actually run, so there was not inserted any entry into the Version table. However, this should be inserted in baseline mode, as this makes sense business-wise, to register the baseline as a version of the database (even with no changes)

Fixes #553

@erikbra erikbra added the bug Something isn't working label Jul 24, 2024
@erikbra erikbra added this to the 1.8.0 milestone Jul 24, 2024
@erikbra erikbra self-assigned this Jul 24, 2024
When running in baseline mode, no SQL is actually run, so there was not inserted any entry
into the Version table. However, this should be inserted in baseline mode, as this makes sense
business-wise, to register the baseline as a version of the database (even with no changes)

Fixes #553
@erikbra erikbra force-pushed the bugs/553-orphan-version_id branch from 9b744d8 to 90d3118 Compare July 24, 2024 13:25
@erikbra erikbra marked this pull request as ready for review July 24, 2024 13:36
@erikbra erikbra merged commit 6b2a1e9 into main Jul 24, 2024
41 checks passed
@erikbra erikbra deleted the bugs/553-orphan-version_id branch July 24, 2024 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Baseline creates orphan version_id in ScriptsRun
1 participant