Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用一个 ant 脚本,它将在一个空的和现有的数据库上使用。我的 Ant 在空模式上执行得非常好。但是当我再次执行它时,它会抛出“架构已初始化”异常。
请让我知道如何在 ant 脚本中控制模式初始化。任何示例都会有所帮助
问候, 卡维莎
无需初始化空模式。
Init 用于将您无法删除的现有数据库(例如:生产)标记为具有特定版本。然后,Flyway 只会从那里向前迁移。