> It's really not all that different that source code. For each > application I build, I tend to put the source code in our CVS > repository long with the $foo.sql file(s) to reconstruct the tables. > Just as there's nothing preventing me from deploying a new release of > an application before checking all my changes into CVS, the same is > true of your database structures.
Ouch, why haven't I thought of that? I already use CVS and by putting the structure into CVS as well, I can just take the diff. Thanks a lot! Jens --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
