Can Flyway or Liquibase generate an update script instead of updating the database directly?

前端 未结 5 1072
难免孤独
难免孤独 2020-12-31 04:14

First, a little background. I have a set of Java applications, some based on JPA, some not. To create my databases I am currently using Hibernates schema export to generate

5条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-31 04:49

    The documentation for Flyway command line tool says that dryRunOutput is a Flyway Pro feature that outputs SQL statements to a specified file.

提交回复
热议问题