jasondcamp / pyway

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

Bug in migration when it's a new deploy #32

Closed jasondcamp closed 10 months ago

jasondcamp commented 10 months ago

Initial deploy bombs out because validation fails on first run before the database is populated. Added a skip_errors option that will silently pass through validation if set, so we can continue the migration process.

jasondcamp commented 10 months ago

This is fixed in v .20