Do you use source control for your database items? [closed]

Must read Get your database under version control. Check the series of posts by K. Scott Allen.

When it comes to version control, the database is often a second or even third-class citizen. From what I’ve seen, teams that would never think of writing code without version control in a million years– and rightly so– can somehow be completely oblivious to the need for version control around the critical databases their applications rely on. I don’t know how you can call yourself a software engineer and maintain a straight face when your database isn’t under exactly the same rigorous level of source control as the rest of your code. Don’t let this happen to you. Get your database under version control.

Leave a Comment