升级版本号v3.8.0,归档历史增量SQL
This commit is contained in:
parent
80ae183b58
commit
4f371672d0
@ -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;
|
Loading…
x
Reference in New Issue
Block a user