Skip to content

Support unified cake_migrations table#30

Closed
dereuromark wants to merge 1 commit intomasterfrom
feature/support-unified-migrations-table
Closed

Support unified cake_migrations table#30
dereuromark wants to merge 1 commit intomasterfrom
feature/support-unified-migrations-table

Conversation

@dereuromark
Copy link
Copy Markdown
Owner

Summary

  • Add support for the new unified cake_migrations table introduced in cakephp/migrations
  • Check Migrations.legacyTables config to determine which table to use
  • When config is false, use cake_migrations; otherwise use legacy phinxlog

Related

Test plan

  • Test with Migrations.legacyTables unset (should use phinxlog)
  • Test with Migrations.legacyTables set to false (should use cake_migrations)

🤖 Generated with Claude Code

Check Migrations.legacyTables config to use the correct table name.
When set to false, use the new 'cake_migrations' table instead of 'phinxlog'.

See: cakephp/migrations#965

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@dereuromark dereuromark marked this pull request as ready for review December 11, 2025 20:41
@dereuromark
Copy link
Copy Markdown
Owner Author

601909a

@dereuromark dereuromark deleted the feature/support-unified-migrations-table branch February 7, 2026 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant