@bee-hole/server 1.29.0 → 1.29.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.29.0",
3
+ "version": "1.29.1",
4
4
  "description": "www.bee-hole.com",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -2978,7 +2978,7 @@ CREATE TABLE `mall_goods_sub` (
2978
2978
  `good_id` bigint(20) NOT NULL COMMENT '编号',
2979
2979
  `shop_id` bigint(20) NOT NULL COMMENT '所属门店',
2980
2980
  `view_id` bigint(20) NOT NULL COMMENT '所属视图',
2981
- `cat_id` bigint(20) NOT NULL COMMENT '所属类目',
2981
+ `cat_id` bigint(20) DEFAULT NULL COMMENT '所属类目',
2982
2982
  `title` varchar(255) NOT NULL COMMENT '标题',
2983
2983
  `sub_title` text COMMENT '副标题',
2984
2984
  `desc` longtext COMMENT '描述',
package/version CHANGED
@@ -1 +1 @@
1
- v1.29.0
1
+ v1.29.1