Why isn’t Postgresql & Spring boot executing schema.sql in integration tests?
I have defined liquibase migrations that don't pass because I have to release schema.sql first, which is to be enforced as part of integration tests. Unfortunately as embedded postgres starts (https://github.com/zonkyio/embedded-postgres) liquibase migrations start immediately after that and schema.sql is…