Skip to content

skip new migrations tables#1084

Merged
ADmad merged 1 commit into3.xfrom
3.x-skip-new-migrations-tables
May 8, 2026
Merged

skip new migrations tables#1084
ADmad merged 1 commit into3.xfrom
3.x-skip-new-migrations-tables

Conversation

@LordSimal
Copy link
Copy Markdown
Contributor

Resolves #1083

With Migrations v5 with have 2 new tables present. Those 2 new tables should not be baked by default when generating code via e.g.bin/cake bake all --everything

@LordSimal LordSimal added this to the 3.x (CakePHP 5) milestone May 8, 2026
@LordSimal
Copy link
Copy Markdown
Contributor Author

With our https://github.com/cakephp/app/tree/5.x-demo demo branch it was pretty easy to reproduce and fix this issue.

@ADmad ADmad merged commit 95d09a0 into 3.x May 8, 2026
9 checks passed
@ADmad ADmad deleted the 3.x-skip-new-migrations-tables branch May 8, 2026 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"bake model all" captures the table "cake_migrations"

2 participants