Migration guide - ProductPackagingUnitDataImport

Edit on GitHub

Upgrading from version 1.* to version 2.0.0

In this new version of the ProductPackagingUnitDataImport module, we have added support of decimal stock. You can find more details about the changes on the ProductPackagingUnitDataImport module release page.

This release is a part of the Decimal Stock concept migration. When you upgrade this module version, you should also update all other installed modules in your project to use the same concept as well as to avoid inconsistent behavior. For more information, see Decimal Stock Migration Concept.

Estimated migration time: 5 min

To upgrade to the new version of the module, do the following:

  1. Upgrade the ProductPackagingUnitDataImport module to the new version:
composer require spryker/product-packaging-unit-data-import: "^2.0.0" --update-with-dependencies
  1. Update the database entity schema for each store in the system:
APPLICATION_STORE=DE console propel:schema:copy
APPLICATION_STORE=US console propel:schema:copy
...
  1. Run the database migration:
console propel:install
console transfer:generate