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

Fix doctrine migrations config in UPGRADE-1.8.md #12120

Merged
merged 1 commit into from
Dec 4, 2020

Conversation

mmenozzi
Copy link
Contributor

@mmenozzi mmenozzi commented Dec 3, 2020

The doctrine:migrations:migrate command will fail if not executed from the project root. This is the case when using Deployer. The %kernel.project_dir% parameter will fix that.

Q A
Branch? master
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Related tickets none
License MIT

@mmenozzi mmenozzi requested a review from a team as a code owner December 3, 2020 10:32
@probot-autolabeler probot-autolabeler bot added the Maintenance CI configurations, READMEs, releases, etc. label Dec 3, 2020
The `doctrine:migrations:migrate` command will fail if not executed from the project root. This is the case when using Deployer. The `%kernel.project_dir%` parameter will fix that.
@Zales0123
Copy link
Member

The base of this pull-request was changed, you need fetch and reset your local branch
if you want to add new commits to this pull request. Reset before you pull, else commits
may become messed-up.

Unless you added new commits (to this branch) locally that you did not push yet,
execute git fetch origin && git reset "patch-4" to update your local branch.

Feel free to ask for assistance when you get stuck 👍

@Zales0123 Zales0123 changed the base branch from master to 1.8 December 4, 2020 09:36
@Zales0123 Zales0123 merged commit b59f89d into Sylius:1.8 Dec 4, 2020
@Zales0123
Copy link
Member

Thanks, Manuele! 🥇

@mmenozzi
Copy link
Contributor Author

mmenozzi commented Dec 5, 2020

You’re welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintenance CI configurations, READMEs, releases, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants