scandipwa / migrations
ScandiPWA migrations module
1.0.2
2019-04-09 16:01 UTC
Requires
- magento/product-community-edition: ^2.3
This package is auto-updated.
Last update: 2026-03-10 07:40:58 UTC
README
Module is a helper to install data and schema patches for ScandiPWA Theme.
Usage
Run magento setup:upgrade to apply all new migrations.
Adding new migration
In order to create a data or schema patch you need to:
- Create new migration script under
Setup/Patch/Data - In newly created file add mandatory methods
apply,getDependencies,getAliases - Bump module versions in
composer.jsonandmodule.xml