mooore/magento2-module-better-order-incrementing
最新稳定版本:1.0.1
Composer 安装命令:
composer require mooore/magento2-module-better-order-incrementing
包简介
Increment order ids manually, instead of relying on auto increment.
README 文档
README
Increment order ids manually, instead of relying on auto increment.
When MySQL rollbacks happen, auto increment IDs do not rollback to their previous value. In many cases this isn't a bad thing, but it is for Order IDs. Order IDs need to be sequential for better organization and bookkeeping.
Installation
composer require mooore/magento2-module-better-order-incrementing bin/magento setup:upgrade
Uninstallation
The auto_increment for the following tables probably are not in sync with the content of said tables:
sequence_creditmemo_Xsequence_invoice_Xsequence_order_Xsequence_shipment_X
Please verify this and make sure it is in sync, because if they are not and you disable/uninstall this module, you'll run into MySQL constraints.
统计信息
- 总下载量: 4.46k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-11-27