Conversation
gfyrag
commented
Apr 20, 2026
- feat: add replica identity on tables without primary key
- chore: upgrade go libs
|
Important Review skippedToo many files! This PR contains 286 files, which is 136 over the limit of 150. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (14)
📒 Files selected for processing (286)
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 |
The 45-add-replica-identity migration was a duplicate of 45-fix-missing-primary-keys (ADD PRIMARY KEY implies REPLICA IDENTITY). This caused the migration list to have 52 entries instead of 51, shifting indices and breaking MinimalSchemaVersion checks. Aligns migration layout with release/v2.4. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1327 +/- ##
==========================================
- Coverage 80.68% 80.09% -0.60%
==========================================
Files 205 205
Lines 11076 11106 +30
==========================================
- Hits 8937 8895 -42
- Misses 1561 1591 +30
- Partials 578 620 +42 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|