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.
只想知道谁在使用flyway,如果他们得到这个
<< Flyway Schema Creation >>
版本设置为 0。
它突然开始出现在我的元数据表上,我不确定它来自哪里以及如何运行 mugrates 而不会再次出现
这意味着 flyway 创建了您在flyway.schemas. 调用clean()还将删除模式本身,而不仅仅是它们包含的对象。
flyway.schemas
clean()