-
-
Notifications
You must be signed in to change notification settings - Fork 496
Move src/Migrations/ to migrations/ #797
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request passes validation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request passes validation.
This PR was merged into the 5.0 branch. Discussion ---------- default path of migrations changed in recipe See symfony/recipes#797 Obviously, we can't really know what path the user will have configured. All we can do is have it match the latest config. Btw, I chose 5.0 as the base branch... but I'm open to other suggestions. Cheers! Commits ------- 3be2860 default path of migrations changed in recipe
This PR was submitted for the 5.1 branch but it was merged into the 4.4 branch instead. Discussion ---------- Update best_practices.rst Related to symfony/recipes#797 Commits ------- 3371108 Update best_practices.rst
This creates a new empty directory, leaving existing migrations in the old directory instead of moving them. Is that intentional? (Do recipes have the power to move files outside the recipe?) |
You're correct, recipes don't move files. |
Is there anything that prevents doing so, if the book can be fixed?
Replaces #796