[turba] problem upgrading from turba 1.0 to turba 1.1
Adam Tauno Williams
adam at morrison-ind.com
Wed Mar 5 08:11:41 PST 2003
>We just move from turba 1.0 to turba 1.1
>Mysql tables have different names and formats between the 2 versions.
>So users lost their address books.
>Is there any script to convert tables from the 1.0 model to the 1.1 model ?
In Postgresql and Informix we've always been able to move between versions with
just a couple of "alter" calls (alter table add column, etc...).
Compare your existing schema to the one in the script directory and adjust
accordingly. The new object_type field seems to want to be filled with 'Object'
but that isn't documented anywhere, we simply deduced it.
I don't know anything about MySQL but if it supports "alter" it shouldn't be too
hard.
More information about the turba
mailing list