On Mon, 22 Nov 2004 09:08:58 -0700 (MST), Jesse Norell <[EMAIL PROTECTED]> wrote: > > > Hmm... looks like these two table names also got overlooked in > renaming (ie. to dbmail_auto_*), if that's actually from 2.0. > Probably too late to change now.
Actually they weren't forgotten. You have to read it like this (the update script that is): if auto_notifications does not exist: create auto_notifications like in dbmail 1.2 If auto_replies does not exist: create auto_replies like in dbmail 1.2 now we're sure to have the auto_notifications and auto_replies tables so we can change them to their 2.0 counterparts (rename to dbmail_auto_.. and change columns. Ilja