fond-of-impala/allowed-product-quantity
最新稳定版本:1.0.0
Composer 安装命令:
composer require fond-of-impala/allowed-product-quantity
包简介
Allowed product quantity module
README 文档
README
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!
统计信息
- 总下载量: 473
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-01-12