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 for doctrine:schema:update #328

Merged
merged 2 commits into from
Jul 27, 2021
Merged

fix for doctrine:schema:update #328

merged 2 commits into from
Jul 27, 2021

Conversation

er1z
Copy link

@er1z er1z commented Jul 27, 2021

Currently, if you install a plug-in via migrations, everything is fine.

But if you try with doctrine:schema:update, there's always a query that is executed, but not detected if you re-issue command:

ALTER TABLE sylius_refund_refund CHANGE type type VARCHAR(256) NOT NULL;
It's caused by lack of the comment for column. Having the Type definition updated solves this problem.

@er1z er1z requested a review from a team as a code owner July 27, 2021 09:48
@Zales0123 Zales0123 added the Bug Confirmed bugs or bugfixes. label Jul 27, 2021
@GSadee GSadee merged commit 2762ce9 into Sylius:1.0 Jul 27, 2021
@GSadee
Copy link
Member

GSadee commented Jul 27, 2021

Thanks, Przemysław and Mateusz! 🎉

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.

3 participants