Skip to content

chore(deps): backport go-libs migrator index name fix to release/v2.3#1333

Open
Dav-14 wants to merge 1 commit into
release/v2.3from
hotfix/v2.3/go-libs-migrator-index
Open

chore(deps): backport go-libs migrator index name fix to release/v2.3#1333
Dav-14 wants to merge 1 commit into
release/v2.3from
hotfix/v2.3/go-libs-migrator-index

Conversation

@Dav-14

@Dav-14 Dav-14 commented Apr 30, 2026

Copy link
Copy Markdown
Contributor

Summary

Backport of the go-libs migrator index name fix to ledger release/v2.3. Bumps github.com/formancehq/go-libs/v3 from v3.6.1 to v3.6.2.

Pulls in formancehq/go-libs#596 (backport of #594 to release/v3.6) which fixes a hardcoded idx_version_id name collision between migrators sharing a schema. The bug crashes services with SQLSTATE 42P10 at startup. Affected DBs self-heal on next deploy — no manual SQL required.

Companion to #1331 (main) and #1332 (release/v2.2).

Test plan

  • go mod tidy clean
  • go build ./... succeeds
  • CI green

🤖 Generated with Claude Code

Pulls in formancehq/go-libs#596 (backport to release/v3.6, tagged as
v3.6.2) which fixes a hardcoded `idx_version_id` name collision between
migrators sharing a schema. The bug crashes services with
`SQLSTATE 42P10` at startup. Affected DBs self-heal on next deploy -
no manual SQL required.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Apr 30, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (1)
  • main

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 51fd819b-831e-4cd1-bcb3-044bd29ae86e

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch hotfix/v2.3/go-libs-migrator-index

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov

codecov Bot commented Apr 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.52%. Comparing base (5f49293) to head (1e5aad2).

Additional details and impacted files
@@               Coverage Diff                @@
##           release/v2.3    #1333      +/-   ##
================================================
+ Coverage         81.50%   81.52%   +0.02%     
================================================
  Files               187      187              
  Lines              9202     9202              
================================================
+ Hits               7500     7502       +2     
+ Misses             1253     1251       -2     
  Partials            449      449              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

2 participants