# NOTE: PLEASE READ!!! # # Due to recent enhancements applied to the webmail channel # the database table will have to be expanded with extra columns. # Please execute this command using a database visual tool or some sort (i.e. dbvisualizer) # This command will create the necessary columns to support the recent # enhancements applied to the UBCWebmail channel # ALTER TABLE UBCWEBMAIL_PREFS ADD SENT_MAIL_FOLDER CHAR(40) ADD QUOTE_REPLY CHAR(1) ADD REPLY_AT_TOP CHAR(1) ADD SIGNATURE_AT_BOTTOM CHAR(1) ADD EXPUNGE_ON_EXIT CHAR(1) ADD EMPTY_TRASH_ON_EXIT CHAR(1) ADD LIST_MAIL_AT_END CHAR(1);