@bee-hole/server 1.66.0 → 1.67.0
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/main.exe +0 -0
- package/mainD +0 -0
- package/package.json +1 -1
- package/storage/patch/patch.sql +1 -1
- package/version +1 -1
package/main.exe
CHANGED
|
Binary file
|
package/mainD
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/storage/patch/patch.sql
CHANGED
|
@@ -14060,4 +14060,4 @@ create index mall_search_meta_out_id_goods_id_index on mall_search_meta_out_id (
|
|
|
14060
14060
|
|
|
14061
14061
|
create index mall_search_meta_out_id_shop_id_out_id_index on mall_search_meta_out_id (shop_id, out_id);
|
|
14062
14062
|
|
|
14063
|
-
INSERT INTO `mall_scats` (`cid`, `name`, `deduction_ratio`, `parent_id`) VALUES ('0', 'default classification',
|
|
14063
|
+
INSERT INTO `mall_scats` (`cid`, `name`, `deduction_ratio`, `parent_id`) VALUES ('0', 'default classification', 0.00, '0');
|
package/version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
v1.
|
|
1
|
+
v1.67.0
|