Update documentation for Migrations 5.0#8230
Merged
dereuromark merged 1 commit into5.xfrom Feb 18, 2026
Merged
Conversation
- Update redirect links from Migrations 4 to Migrations 5 - Update seed command from `migrations seed` to `seeds run` - Update Japanese documentation links Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
josbeir
approved these changes
Feb 18, 2026
josbeir
reviewed
Feb 18, 2026
|
|
||
| ::: tip Learn More | ||
| Read more about database migrations and seeding in the [Migrations documentation](https://book.cakephp.org/migrations/4/). | ||
| Read more about database migrations and seeding in the [Migrations documentation](https://book.cakephp.org/migrations/5/). |
Contributor
There was a problem hiding this comment.
Better use https://book.cakephp.org/migrations/
The site-book redirect handles the redirect to the current version.
Contributor
There was a problem hiding this comment.
needs to be updated for all the links in your change
Member
Author
There was a problem hiding this comment.
I will do that post merge then.
dereuromark
added a commit
that referenced
this pull request
Feb 18, 2026
Follow-up to #8230 per josbeir's suggestion.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
bin/cake migrations seedtobin/cake seeds run(Migrations 5.0 change)Ref: https://github.com/cakephp/migrations/releases/tag/5.0.0