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.
> In 2.0 proper, the update script for same: > > CREATE TABLE IF NOT EXISTS auto_notifications ( > auto_notify_idnr bigint(21) default '0' not null auto_increment, > user_idnr bigint(21) DEFAULT '0' NOT NULL, > notify_address VARCHAR(100), > PRIMARY KEY (auto_notify_idnr), > FOREIGN KEY (`user_idnr`) > REFERENCES `dbmail_users`(`user_idnr`) ON DELETE CASCADE > ) TYPE=InnoDB; > > CREATE TABLE IF NOT EXISTS auto_replies ( > auto_reply_idnr bigint(21) DEFAULT '0' NOT NULL auto_increment, > user_idnr bigint(21) DEFAULT '0' NOT NULL, > reply_body mediumtext, > PRIMARY KEY (auto_reply_idnr), > FOREIGN KEY (`user_idnr`) > REFERENCES `dbmail_users`(`user_idnr`) ON DELETE CASCADE > ) TYPE=InnoDB; -- Jesse Norell [EMAIL PROTECTED] is not my email address; change "administrator" to my first name. --