Link Details

Link 9098 thumbnail
User 205047 avatar

By lowellheddings
via codinghorror.com
Published: Dec 15 2006 / 08:14

The database is a critical part of your application. If you deploy version 2.0 of your application against version 1.0 of your database, what do you get? A broken application. And that's why your database should always be under source control right next to your application code.
  • 15
  • 0
  • 2206
  • 588

Comments

Add your comment
User 210294 avatar

satov replied ago:

0 votes Vote down Vote up Reply

Very true (to second my vote). I had bad experiences with fellow programmers that sent me .bak files when they changed the database structure (as opposed to CREATE scripts).

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.