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.
DBA 经常喜欢添加、删除或调整索引,因为这类工作在他们的驾驶室中。有没有办法让 Flyway 忽略索引,以便 DBA 可以临时添加这些索引?我希望 flyway 管理数据库结构、表、约束等,但仍允许 DBA 为报告等添加索引。
您可以使用 Flyway 自由管理您想要的对象子集。你可以做表,你的 DBA 可以做索引。
您唯一需要注意的是使用 clean(),因为这将擦除您的完整架构(包括索引)。