-
-
Notifications
You must be signed in to change notification settings - Fork 436
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
Adds support for additional migration directories. #777
Conversation
Thank you! Why not make |
Did not want to introduce multiple types for a single parameter string|array|null. But if it is ok, then I can of course reuse that parameter. |
Hi, Thank you for this! I think we can just convert |
Everything is so 🍏 What to do now??? Thank you for your contribution! |
👍 Thanks for being responsive! |
Thank you! I'll upgrade the UPGRADE.md file, and make a release later today. |
Fixes: #715
Changes
Add support for additional database migrations paths using
additionalDatabaseMigrationPaths
Breaking changes
None, original parameter is left, only additional migrations paths can be defined (did not want to introduce multiple types for a single parameter string|array|null).