Anyone heard of a good solution in having a database under version control or similar? I use version control in web development, and it would be of great ease to be able to "check-out" a database patch-file that would update my local database with the repository's database.
Any help appreciated!