I am working on a project with multiple schema in postgresql. When i run
mvn flyway:clean
, it cleans only the public schema and not other schema.
I came across another solution where we have to listing the schema by ourself in mvn flyway plugin configurations. Even after listing, it doesn't drop the schema, it drops only the table.
Is it another way to do it? I don't like declaring the schema in the configuration.