Sheila's Blog

Software Development

Sheila's Blog header image 5

Entries from March 25th, 2009

Automated Build – Database scripts

March 25th, 2009 No Comments

When you’re developing a project, you put all your java code into source control.  You should also include database scripts in source control.  These scripts can be used by developers to keep their local copies of the database up to date in the same way as they get the latest code from source control.
As part [...]

Tags:   ·