lbruun-net / Pre-Liquibase

Spring Boot add-on to Liquibase
Apache License 2.0
49 stars 9 forks source link

Improve configuration of how SQL scripts are located #11

Closed lbruun closed 2 years ago

lbruun commented 2 years ago

This PR adds the ability to use "folder-based" specification of SQL scripts (meaning where scripts are selected for execution based on their file name, i.e. database engine specific scripts, such as postgresql.sql), even with a custom location.

The change is backwards compatible.