rolang / dumbo

Simple database migration tool for Postgres with skunk on JVM and Native
MIT License
26 stars 3 forks source link

Scan given location for migration scripts recursively #27

Open rolang opened 6 months ago

rolang commented 6 months ago

Scan given location for migration scripts recursively (as Flyway does).

E.g. include scripts from sub directories given structure like

migrations
    V1__a.sql
    subdir1
        V2__b.sql
    subdir2
        V3__c.sql