PostgreSQL
12.6
Flyway Maven Dependency
org.flywaydb
flyway-core
6.5.7
I'm using maven to kick off a flyway:clean run, specified to a remote database. I have DDL permissions, however flyway is giving the following message
ERROR: must be owner of view pg_stat_statements_allusers
Unfortunately, I am unable to get ownership over the Database view.
My question is, is there a way to configure flyway to ignore the pg_stat_statements_allusers
during my run flyway:clean