liquibase / liquibase-gradle-plugin

A Gradle plugin for Liquibase
Other
197 stars 57 forks source link

lbDropAll schema #15

Closed lukyer closed 7 years ago

lukyer commented 7 years ago

Only public schema is flushed using lbDropAll task. Custom schemes stay untouched. db: PostgreSQL.

stevesaliman commented 7 years ago

I know this is a stupid question, but does the user you're using have permission to drop objects in the custom schema?

If so, my hunch is that this problem lies withing Liquibase itself. The plugin just passes on the requested actions and parameters to it.

lukyer commented 7 years ago

Yes permissions are correct. I figured out problem really lies on Liquibase side. Thanks.