jasondcamp / pyway

A Flyway like migration manager written in python.
GNU General Public License v3.0
24 stars 12 forks source link

Allow import --schema-file to take a path #26

Closed jasondcamp closed 10 months ago

jasondcamp commented 1 year ago

Right now you need to specify the specific file, lets let it take a path and we can parse out the filename from the path, makes it easier to run the import command.