Excluding database views from Liquibase doesn't work

Hi,
In one of our applications we want to exclude several database views without JPA entity from Liquibase, but it seems that the main.datasource.studio.liquibase.exclude-prefixes property does not work with views. How can we exclude some database views from Liquibase ?

Best regards,
Francesc

Hi

I’ve just checked the case and can’t reproduce the issue. My PostgreSQL db view was successfully excluded when I added its prefix to the main.datasource.studio.liquibase.exclude-prefixes property.

What DB type is used in your project?