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

Commits on Sep 9, 2020

  1. Update shopware6.php

    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 committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    dc1dbae View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Added || true to not let it fail on non-existing database migrations

    This can be removed when this commit is released; shopware/shopware@2a8a76f
    peterjaap committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    4f2385c View commit details
    Browse the repository at this point in the history