scandipwa/migrations

ScandiPWA migrations module

Installs: 393

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Type:magento2-theme

1.0.2 2019-04-09 16:01 UTC

This package is auto-updated.

Last update: 2024-05-10 03:46:49 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:

  1. Create new migration script under Setup/Patch/Data
  2. In newly created file add mandatory methods apply, getDependencies, getAliases
  3. Bump module versions in composer.json and module.xml