升级版本号v3.8.0,归档历史增量SQL

pull/8091/head
JEECG 2025-04-07 15:18:02 +08:00
parent 80ae183b58
commit 4f371672d0
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
-- v3.8.0版本归档了历史增量SQL启动报错请手工执行下面SQL清空flyway_schema历史
CREATE TABLE flyway_schema_history_1 AS SELECT * FROM flyway_schema_history;
delete from flyway_schema_history where installed_rank > 1;