Postgresql – liquibase default schema ignored in sql changelog
Problem: liquibase can't find table without setting schema in SQL script. How to say liquibase use default schema in SQL changelog? Before sql changelog, for adding check constraint, I create all table, without setting schema. Schema was set in application.properties…