Skip to content

fond-of-impala/allowed-product-quantity

Repository files navigation

Allowed Product Quantity Module

CI license

Module was migrated from fond-of-spryker/allowed-product-quantity. Please read below for migration instruction!

Installation

composer require fond-of-impala/allowed-product-quantity

Migration

To prevent losing data, please rename db data like

do
$$
begin
ALTER TABLE fos_allowed_product_quantity RENAME CONSTRAINT "fos_allowed_product_quantity-fk_product_abstract" TO "foi_allowed_product_quantity-fk_product_abstract";
ALTER TABLE foi_allowed_product_quantity RENAME CONSTRAINT "fos_allowed_product_quantity-unique-fk_product_abstract" TO "foi_allowed_product_quantity-unique-fk_product_abstract";
ALTER TABLE fos_allowed_product_quantity RENAME TO foi_allowed_product_quantity;
end
$$;

You can use also the fond-of-oryx/propel-pre-migration package for migration. Just use the package and create migration file with the above content!

About

[READ ONLY] Subtree split of the AllowedProductQuantity module.

Resources

License

Stars

Watchers

Forks

Packages

No packages published