Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.next - Add base seed #760

Merged
merged 5 commits into from
Oct 26, 2024
Merged

4.next - Add base seed #760

merged 5 commits into from
Oct 26, 2024

Conversation

markstory
Copy link
Member

Add a migrations 'native' base class for Seeds. I'm also planning on adding a similar base class for Migration classes. Having these base classes will allow us to also update bake migration to generate new migrations with these base classes. My hope is that this provides an easy transition to the new backend.

This class will be the new base class for Migrations that are compatible
with only the built-in backend. This gives a opt-in flow to having
a fully compatible migration set before the breaking change is done.
Add an integration test for running BaseSeed seeders.
@markstory markstory added this to the 4.x (CakePHP 5) milestone Oct 25, 2024
@markstory markstory merged commit 8681b80 into 4.next Oct 26, 2024
16 checks passed
@markstory markstory deleted the add-base-seed branch October 26, 2024 04:09
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