bikeshedder / tusker

PostgreSQL migration management tool
The Unlicense
208 stars 17 forks source link

Filter migration filenames by extension only if they are obtained from "directory" setting #13

Closed daa closed 2 years ago

daa commented 2 years ago

This patch removes filtering migration files by extension in case of they are defined by glob pattern, it's an addition to #12 where I missed this issue.

bikeshedder commented 2 years ago

Merged and 0.4.1 released. :+1:

https://pypi.org/project/tusker/0.4.1/

daa commented 2 years ago

Thank you!