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

Add sw:plugin:activate:all and sw:plugin:migrate:all to Shopware 6 recipe #2159

Merged
merged 2 commits into from Sep 10, 2020
Merged

Conversation

peterjaap
Copy link
Contributor

Do not update upgradeable plugins, it updates code too. What we actually want is to run the migration. But the database:migrate --all command only runs the migrations for the core. Added a task that runs migrations for all plugins too.

Q A
Bug fix? Yes or No
New feature? Yes or No
BC breaks? Yes or No
Deprecations? Yes or No
Fixed tickets N/A or xx

Do not forget to add notes about your changes to CHANGELOG.md. A command line tool has been included to make this easy, see CONTRIBUTING.md for details.

Do not update upgradeable plugins, it updates code too. What we actually want is to run the migration. But the database:migrate --all command only runs the migrations for the core. Added a task that runs migrations for all plugins too.
@peterjaap peterjaap changed the title Update shopware6.php Add sw:plugin:activate:all and sw:plugin:migrate:all to Shopware 6 recipe Sep 10, 2020
@peterjaap peterjaap merged commit c19b1dc into deployphp:master Sep 10, 2020
@peterjaap peterjaap deleted the patch-1 branch September 10, 2020 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants