浏览代码

add flyway note

tags/2.0.1
Jonathan Cobb 4 年前
父节点
当前提交
5510f2d656
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      wizard-server/src/main/java/org/cobbzilla/wizard/server/listener/FlywayMigrationListener.java

+ 3
- 0
wizard-server/src/main/java/org/cobbzilla/wizard/server/listener/FlywayMigrationListener.java 查看文件

@@ -71,6 +71,9 @@ public class FlywayMigrationListener<C extends RestServerConfiguration> extends
log.info("migrate: drop statement ("+e.getStatement()+") failed, ignoring: "+e, e);
return;
} else {
// consider checking for errors like:
// "Detected resolved migration not applied to database: 2020071901"
// and trying to start in spite of them
throw e;
}



正在加载...
取消
保存