After having done a lot of migration in databases, the migration scripts get pretty messy. Tables have been added, changed, dropped and it is not that easy to see how we get from version A to version.
Migra is something like a diff
but for databases. It can be installed either via pip or as a docker image.