> 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
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
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?
I use one database (well, actually several, but that's not important
here) for development and one database for the production system. Now,
whenever I change t