jasondcamp / pyway

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

Add ability to update a checksum #25

Closed jasondcamp closed 9 months ago

jasondcamp commented 1 year ago

Sometimes, especially when developing, you might need to update the checksum due to it changing but your migration was still run and valid against the db. Add a method to update only the checksum even though the migration is already applied. Do not apply it again.