Search code examples
databaseflyway

Excluding tables from flyway:clean


I am looking for a way to make a certain table, manually added and not managed by flyway impossible to drop when flyway:clean is executed.

I was looking for some solutions and the only think somehow related to that issue is http://docs.oracle.com/cd/B12037_01/server.101/b10759/statements_9015.htm but I would prefer to have a solution inside flyway tool. Any ideas would be appreciated.


Solution

  • This is not currently supported.