[SOLVED]CF Upgrade email table

GreyHead 13 Jun, 2009
The Upgrade MySQL doens't cover adding the 'replyto' fileds from older versions. The required SQL is
ALTER TABLE `jos_chrono_contact_emails`
ADD COLUMN `replytoname` TEXT AFTER `dfromemail`,
ADD COLUMN `dreplytoname` TEXT AFTER `replytoname`,
ADD COLUMN `replytoemail` TEXT AFTER `dreplytoname`,
ADD COLUMN `dreplytoemail` TEXT AFTER `replytoemail`;


See{url=http://chronoengine.com/forums.html?cont=posts&p=34227#p34227]this post[/url]
This topic is locked and no more replies can be posted.