PM-2376: New Feature: We need the ability to modify the Subject tables

This commit is contained in:
Paula V. Quispe
2015-04-22 17:40:15 -04:00
parent b30275a36d
commit f2f1a15372
6 changed files with 82 additions and 10 deletions

View File

@@ -2643,6 +2643,7 @@ CREATE TABLE `ABE_CONFIGURATION`
`ABE_CASE_NOTE_IN_RESPONSE` INTEGER default 0,
`ABE_CREATE_DATE` DATETIME NOT NULL,
`ABE_UPDATE_DATE` DATETIME,
`ABE_SUBJECT_FIELD` VARCHAR(100) default '' NOT NULL,
PRIMARY KEY (`ABE_UID`)
)ENGINE=InnoDB DEFAULT CHARSET='utf8' COMMENT='The plugin table for actionsByEmail';
#-----------------------------------------------------------------------------