summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortanghao <[email protected]>2022-02-22 10:01:53 +0800
committertanghao <[email protected]>2022-02-22 10:01:53 +0800
commitb2c4158375490c2d3e2a614e90488f3f2c686e77 (patch)
tree1f806cd103bb7c2f83b313dffde00c9722999c75
parent1aa7f563617e3c77a17c1d879bbf9d4385e67ce3 (diff)
fix: 降低flyway版本 防止后续升级sql缺失 升级前需先执行文件中的update语句再启动项目dev-3.0-tls
-rw-r--r--nz-admin/src/main/resources/db/V2021.12.07.1__endpoint add index.sql (renamed from nz-admin/src/main/resources/db/V2022.02.15__endpoint add index.sql)1
1 files changed, 1 insertions, 0 deletions
diff --git a/nz-admin/src/main/resources/db/V2022.02.15__endpoint add index.sql b/nz-admin/src/main/resources/db/V2021.12.07.1__endpoint add index.sql
index f8ad9e0d..a2b79a9c 100644
--- a/nz-admin/src/main/resources/db/V2022.02.15__endpoint add index.sql
+++ b/nz-admin/src/main/resources/db/V2021.12.07.1__endpoint add index.sql
@@ -1,6 +1,7 @@
/**
*
* 优化endpoint列表查询 缺失索引表添加索引
+ * update flyway_schema_history set version = '2021.12.07.1',script = 'V2021.12.07.1__endpoint add index.sql' where version ='2022.02.15'
*
**/