@bee-hole/server 1.28.0 → 1.28.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bee-hole/server",
3
- "version": "1.28.0",
3
+ "version": "1.28.1",
4
4
  "description": "www.bee-hole.com",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -1,6 +1,6 @@
1
+ ALTER TABLE `admin_syn_config` DROP INDEX `shopId_syn_type`;
1
2
  ALTER TABLE `admin_syn_config`
2
3
  ADD COLUMN `syn_idf` int(1) NOT NULL DEFAULT 1 COMMENT '1=>商品,2=>订单' AFTER `syn_type`,
3
- DROP INDEX `shopId_syn_type` ,
4
4
  ADD UNIQUE INDEX `shopId_syn_type` (`shop_id`, `syn_type`, `syn_idf`) USING BTREE;
5
5
 
6
6
  CREATE TABLE `admin_goods_public`
package/version CHANGED
@@ -1 +1 @@
1
- v1.28.0
1
+ v1.28.1