Skip to content

Commit c82b761

Browse files
committed
changelog
1 parent 999b4be commit c82b761

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/pushdocker.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
cd chat2db-client
5050
yarn install
5151
yarn run build:web:prod --app_version=${{ steps.chat2db_version.outputs.substring }}
52-
mkdir -p ../chat2db-server/chat2db-server-web-start/src/main/resources/static/
53-
mkdir -p ../chat2db-server/chat2db-server-web-start/src/main/resources/thymeleaf/
5452
cp -r dist ../chat2db-server/chat2db-server-start/src/main/resources/static/front
5553
cp -r dist/index.html ../chat2db-server/chat2db-server-start/src/main/resources/thymeleaf/
5654

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44

55
**Changelog**
66

7+
- ⭐【New Features】Connection replicable
8+
- ⚡️【Optimize】Select the table to view the DDL of the table in Information on the right expansion bar
79
- 🐞【Fixed】Home connection cannot switch pages
8-
10+
- 🐞【Fixed】Columns cannot be viewed or edited in some tables of the Oracle database
911

1012
## 3.1.16
1113

CHANGELOG_CN.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
**更新日志**
66

7-
- 🐞【修复】归属连接无法切换分页
7+
- ⭐【新功能】连接可复制
8+
- ⚡️【优化】选中表可直接在右侧拓展栏的“信息”中查看表DDL
9+
- 🐞【修复】Oracle数据库部分表无法查看列、无法编辑问题
10+
- 🐞【修复】团队管理归属连接无法切换分页
11+
812

913

1014
## 3.1.16

0 commit comments

Comments
 (0)