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 configuration #195

Merged
merged 1 commit into from
Nov 13, 2020

Conversation

Zales0123
Copy link
Member

Fixes #192

Without this change, migrations are generated into the plugin's directory rather than src/Migrations. I'm wondering do we need/want to have a test for the proper migrations directory like in the PayPalPlugin? 🤷‍♂️

@Zales0123 Zales0123 added the Bug Confirmed bugs or bugfixes. label Nov 13, 2020
@Zales0123 Zales0123 requested a review from a team as a code owner November 13, 2020 11:58
@Zales0123 Zales0123 force-pushed the fix-migrations-configuration branch from c6fb173 to ec2bb72 Compare November 13, 2020 12:07
@GSadee GSadee merged commit c5266f6 into Sylius:master Nov 13, 2020
@GSadee
Copy link
Member

GSadee commented Nov 13, 2020

Thanks, Mateusz! 🎉

@Zales0123 Zales0123 deleted the fix-migrations-configuration branch November 13, 2020 12:41
@lchrusciel
Copy link
Member

I would vote for tests as well

GSadee added a commit to Sylius/RefundPlugin that referenced this pull request Nov 13, 2020
This PR was merged into the 1.0-dev branch.

Discussion
----------

The same as Sylius/InvoicingPlugin#195

Without this change, migrations are generated into the plugin's directory rather than `src/Migrations`.

Commits
-------

fe0deaa Fix Doctrine/Migrations configuration
GSadee added a commit to GSadee/RefundPlugin that referenced this pull request Nov 13, 2020
This PR was merged into the 1.0-dev branch.

Discussion
----------

The same as Sylius/InvoicingPlugin#195

Without this change, migrations are generated into the plugin's directory rather than `src/Migrations`.

Commits
-------

fe0deaa Fix Doctrine/Migrations configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Confirmed bugs or bugfixes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

generate migration to wrong path
3 participants