scandipwa / migrations
ScandiPWA migrations module
Installs: 395
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Type:magento2-theme
Requires
- magento/product-community-edition: ^2.3
This package is auto-updated.
Last update: 2025-03-10 05:42:52 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.json
andmodule.xml