chore(deps): backport go-libs migrator index name fix to release/v2.3#1333
chore(deps): backport go-libs migrator index name fix to release/v2.3#1333Dav-14 wants to merge 1 commit into
Conversation
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>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
Summary
Backport of the go-libs migrator index name fix to ledger
release/v2.3. Bumpsgithub.com/formancehq/go-libs/v3fromv3.6.1tov3.6.2.Pulls in formancehq/go-libs#596 (backport of #594 to
release/v3.6) which fixes a hardcodedidx_version_idname collision between migrators sharing a schema. The bug crashes services withSQLSTATE 42P10at 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 tidycleango build ./...succeeds🤖 Generated with Claude Code