@bee-hole/server 1.64.0 → 1.65.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bee-hole/server",
3
- "version": "1.64.0",
3
+ "version": "1.65.0",
4
4
  "description": "www.bee-hole.com",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -1,4 +1,5 @@
1
- CREATE TABLE `admin_alibaba_category` (
1
+ DROP TABLE IF EXISTS `admin_alibaba_category`;
2
+ create table if not exists `admin_alibaba_category` (
2
3
  `id` bigint(11) NOT NULL AUTO_INCREMENT COMMENT '主键',
3
4
  `category_id` int(11) NOT NULL COMMENT '类目ID',
4
5
  `p_category_id` int(11) NOT NULL COMMENT '父类目ID',
package/version CHANGED
@@ -1 +1 @@
1
- v1.64.0
1
+ v1.65.0