Skip to content

Commit

Permalink
working on ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
zxwing committed May 12, 2018
1 parent 30b5653 commit 9bc261b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/db/upgrade/V2.3.2__schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down

0 comments on commit 9bc261b

Please sign in to comment.