Mark Huijser wrote: > Wij maken vanaf het begin al gebruik van de community-struktuur zoals > die indertijd in cvs stond. We zitten dus nog steeds met de timestampl > en timestamph velden in onze message-table :-( OK, I didn't know that, so I'll leave the fallback code in place. > Hoe hebben jullie die conversie gedaan? Welke stappen moeten we > ondernemen om dan van de nieuwe code gebruik te kunnen maken? Unload the table, recreate it with the new long timestamp field and the old low and high ones still in place. Load the table again, and run a little java program to fill the new long timestamp based upon the low and high fields. The community code automatically switches to using the new long field if it detects its presence.
Wilbert.
