Add Grails 8 database migration guide (v8 prose, snippets, guides.yml)#523
Add Grails 8 database migration guide (v8 prose, snippets, guides.yml)#523sanjana2505006 wants to merge 1 commit into
Conversation
|
Thanks @sanjana2505006 - this is a strong contribution. I reviewed the guide prose against the companion sample app in full: built it via CI, cross-checked every prose↔snippet include, verified the plugin commands/config against the Apache Grails source, and did a comprehensiveness pass on the migration coverage. The core arc is solid and everything is factually correct about the plugin. Setup done on my side: I created the Important Overlapping changes need a companion PR. Several items below change files the guide 1. Sample-app correctness - [overlapping] (companion PR on grails-guides repo)
2. Comprehensiveness - the part we care most about - [overlapping]Current coverage is good (GORM baseline, nullable via
Nice follow-ons if you want to go further: indexes/unique constraints via migrations, contexts for env-specific changesets ( 3. Guide prose / metadata - this PR only
4. Verified correct - no action (FYI)Checked against Apache Grails source: plugin coordinate Happy to help get the companion sample-app PR up against |
Companion to grails-database-migration