From 041d88161e8f4c08e82572737f8f5ff9abdc2f5f Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Wed, 3 Jan 2024 22:12:07 +0800 Subject: [PATCH] =?UTF-8?q?2024=E5=B9=B4=E9=A6=96=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=91=E5=B8=83=EF=BC=88antd4=E5=92=8C=E4=BB=AA=E8=A1=A8?= =?UTF-8?q?=E7=9B=98=E5=A4=A7=E5=8D=87=E7=BA=A7=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/版本升级说明.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/版本升级说明.md b/db/版本升级说明.md index 516bf2b6..2bcc85e1 100644 --- a/db/版本升级说明.md +++ b/db/版本升级说明.md @@ -8,7 +8,7 @@ #### 2.数据库升级 - 从3.6.2+版本增加flyway自动升级数据库机制,支持 mysql5.7、mysql8; -- 其他库请手工执行SQL, 目录: `jeecg-module-system\jeecg-system-start\flyway\sql\mysql` +- 其他库请手工执行SQL, 目录: `jeecg-module-system\jeecg-system-start\src\main\resources\flyway\sql\mysql` > 注意: 升级sql只提供mysql版本;如果有权限升级, 还需要手工角色授权,退出重新登录才好使。 #### 3.兼容问题