Skip to content

Commit 306a202

Browse files
authored
Merge pull request OtterMind#1041 from chat2db/dev
Dev
2 parents 15b703c + 4f31dce commit 306a202

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

.github/workflows/pushdocker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
cd chat2db-client
5050
yarn install
5151
yarn run build:web:prod --app_version=${{ steps.chat2db_version.outputs.substring }}
52-
cp -r dist ../chat2db-server/chat2db-server-start/src/main/resources/static/front
53-
cp -r dist/index.html ../chat2db-server/chat2db-server-start/src/main/resources/thymeleaf/
52+
cp -r dist ../chat2db-server/chat2db-server-web-start/src/main/resources/static/front
53+
cp -r dist/index.html ../chat2db-server/chat2db-server-web-start/src/main/resources/thymeleaf/
5454
5555
# 安装java
5656
- name: Install Java and Maven

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 3.1.18
2+
3+
`2023-12-28`
4+
5+
**Changelog**
6+
7+
- 🐞【Fixed】 docker startup error
8+
19
## 3.1.17
210

311
`2023-12-27`
@@ -6,6 +14,7 @@
614

715
- ⭐【New Features】Connection replicable
816
- ⚡️【Optimize】Select the table to view the DDL of the table in Information on the right expansion bar
17+
- 🐞【Fixed】 Modifying table sorting does not generate sorting SQL problems
918
- 🐞【Fixed】Home connection cannot switch pages
1019
- 🐞【Fixed】Columns cannot be viewed or edited in some tables of the Oracle database
1120

CHANGELOG_CN.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 3.1.18
2+
3+
`2023-12-28`
4+
5+
**更新日志**
6+
7+
- 🐞【修复】docker启动报错问题
8+
19
## 3.1.17
210

311
`2023-12-27`
@@ -6,11 +14,11 @@
614

715
- ⭐【新功能】连接可复制
816
- ⚡️【优化】选中表可直接在右侧拓展栏的“信息”中查看表DDL
17+
- 🐞【修复】修改表排序无法生成排序SQL问题
918
- 🐞【修复】Oracle数据库部分表无法查看列、无法编辑问题
1019
- 🐞【修复】团队管理归属连接无法切换分页
1120

1221

13-
1422
## 3.1.16
1523

1624
`2023-12-25`

0 commit comments

Comments
 (0)