mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 08:52:28 +08:00
升级版本号v3.8.0,归档历史增量SQL
This commit is contained in:
@ -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;
|
||||
Reference in New Issue
Block a user