RE: Keeping track of db structure changes

2002-04-28 Thread Jens Vonderheide
> 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 ch

Re: Keeping track of db structure changes

2002-04-27 Thread Jeremy Zawodny
On Sat, Apr 27, 2002 at 10:42:47AM +0200, Jens Vonderheide wrote: > Hi, > > is there any way to have MySQL automatically keep track of any changes > I do with ALTER TABLE and later spit out the changes again? Not really, no. > I use one database (well, actually several, but that's not importan