Get Rid of Your Old Database Migrations
Database migrations are great. I love to be able to change the shape of tables and move data around in a controlled way to avoid issues and downtime. However, lately I started to view migrations more like Git commits than like active pieces of code in my applications.
https://andrealeopardi.com/posts/get-rid-of-your-old-database-migrations/