Get Rid of Your Old Database Migrations

<p>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 <em>Git commits</em> than like active pieces of code in my applications. In this post, I want to dig a bit deeper into the topic. I'll start with some context on database migrations, I'll expand on the Git commits analogy, and I'll show you <em>what I've been doing instead</em>.</p>
 •  0 comments  •  flag
Share on Twitter
Published on November 27, 2022 16:00
No comments have been added yet.