On my last project I started using Alembic as a migration tool for the database, which is a new thing for me.
Before that I used to simply keep a file with the modifications applied to the developement database between each release version and patch the test and production datbase …