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: Transaction warning because of a migration script #383

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

egekocabas
Copy link
Member

@egekocabas egekocabas commented Feb 17, 2025

Motivation

DB: there is already a transaction in progress (SQL State: 25001 - Error Code: 0)

image

Use ./gradlew flywayClean flywayMigrate after a new migration is created

@egekocabas egekocabas marked this pull request as ready for review February 17, 2025 14:44
@egekocabas egekocabas requested a review from a team as a code owner February 17, 2025 14:44
@egekocabas egekocabas merged commit bdaf33e into staging Feb 17, 2025
17 of 18 checks passed
@egekocabas egekocabas deleted the fix/migration-transaction-warning branch February 17, 2025 14:47
Copy link

codacy-production bot commented Feb 17, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for 1c4b08b1
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (1c4b08b) Report Missing Report Missing Report Missing
Head commit (685a811) 5086 319 6.27%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#383) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Footnotes

  1. Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants