diff --git a/conf/db/upgrade/V2.3.2__schema.sql b/conf/db/upgrade/V2.3.2__schema.sql index 22948b649ae..b3e911925e6 100755 --- a/conf/db/upgrade/V2.3.2__schema.sql +++ b/conf/db/upgrade/V2.3.2__schema.sql @@ -248,6 +248,8 @@ CREATE TABLE `TicketStatusHistoryVO` ( `comment` VARCHAR(65535) DEFAULT NULL, `operatorUuid` VARCHAR(32) NOT NULL, `operatorType` VARCHAR(255) NOT NULL, + `operationContext` VARCHAR(65535) DEFAULT NULL, + `operationContextType` VARCHAR(255) DEFAULT NULL, `lastOpDate` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP, `createDate` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`uuid`)