Skip to content

Commit 2390ae8

Browse files
author
ZQKC
committed
版本修改为3.4.0
2 parents 4ae34d0 + e2692a6 commit 2390ae8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/install_guide/版本升级手册.md

+10
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
### 升级至 `master` 版本
88

9+
暂无
10+
11+
---
12+
13+
### 升级至 `3.4.0` 版本
14+
915
**配置变更**
1016

1117
```yaml
@@ -60,6 +66,8 @@ INSERT INTO `logi_security_permission` (`id`, `permission_name`, `parent_id`, `l
6066
INSERT INTO `logi_security_role_permission` (`role_id`, `permission_id`, `is_delete`, `app_name`) VALUES ('1677', '2052', '0', 'know-streaming');
6167
```
6268

69+
---
70+
6371
### 升级至 `3.3.0` 版本
6472

6573
**SQL 变更**
@@ -119,6 +127,8 @@ ALTER TABLE `ks_km_kafka_change_record` DROP INDEX `idx_cluster_phy_id` ,
119127
ADD INDEX `idx_cluster_update_time` (`cluster_phy_id` ASC, `update_time` ASC);
120128
```
121129

130+
---
131+
122132
### 升级至 `3.2.0` 版本
123133

124134
**配置变更**

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</parent>
1616

1717
<properties>
18-
<revision>enterprise-3.3.0</revision>
18+
<revision>enterprise-3.4.0</revision>
1919

2020
<maven.compiler.source>8</maven.compiler.source>
2121
<maven.compiler.target>8</maven.compiler.target>

0 commit comments

Comments
 (0)