Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #328 fix for
doctrine:schema:update
(Zales0123)
This PR was merged into the 1.0 branch. Discussion ---------- 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. Commits ------- 72e90d9 fix 9caed83 Force upgrading the schema in workflow
- Loading branch information