docs(claude): document Flyway migrations in CLAUDE.md#340
Conversation
Add Flyway to Tech Stack, add db/migration/ to the structure diagram, and fix the "Modify schema" workflow to use versioned migration files instead of manually editing the SQLite file. Produced with the CLAUDE.md Management plugin (https://claude.com/plugins/claude-md-management). Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 54 minutes and 17 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis PR updates project documentation to establish Flyway as the schema migration manager. CLAUDE.md is updated to document Flyway versioned SQL migrations under ChangesFlyway Migration Documentation
🎯 1 (Trivial) | ⏱️ ~5 minutes 🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 @@
## master #340 +/- ##
===========================================
Coverage 100.00% 100.00%
Complexity 32 32
===========================================
Files 3 3
Lines 90 90
Branches 8 8
===========================================
Hits 90 90 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@CHANGELOG.md`:
- Line 54: Remove the duplicate "### Changed" heading in the Unreleased block:
keep a single "### Changed" heading and merge any content under the duplicate
into that one (or delete the empty duplicate) so the section headings are unique
and MD024 is resolved; search for the "### Changed" headings in CHANGELOG.md and
consolidate them into a single heading for the Unreleased section.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: cc8274a9-4fcf-4eab-b47e-03feef01d32c
📒 Files selected for processing (2)
CHANGELOG.mdCLAUDE.md
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
|



Summary
CLAUDE.md)src/main/resources/db/migration/to the structure diagram with a description of the versioned SQL filesstorage/players-sqlite3.dbwith the correct Flyway-based approach (create aV{N}__...sqlmigration file); add a note that tests use Spring SQL init (ddl.sql+dml.sql) and not FlywayTest plan
CLAUDE.mdTech Stack lists Flyway with prod/test split notedsrc/main/resources/db/migration/CHANGELOG.md[Unreleased]section updated🤖 Generated with Claude Code
This change is
Summary by CodeRabbit