(Notifications) Notifica casos que ya han sido derivados

HOR-1547
(Notifications) Notifica casos que ya han sido derivados
This commit is contained in:
dheeyi william
2016-08-03 14:13:10 -04:00
parent 41ac4364dc
commit 4072b65aad
8 changed files with 185 additions and 10 deletions

View File

@@ -2997,6 +2997,8 @@ CREATE TABLE `NOTIFICATION_QUEUE`
`NOT_DATA` MEDIUMTEXT NOT NULL,
`NOT_STATUS` VARCHAR(150) NOT NULL,
`NOT_SEND_DATE` DATETIME NOT NULL,
`APP_UID` VARCHAR(32) default '' NOT NULL,
`DEL_INDEX` INTEGER default 0 NOT NULL,
PRIMARY KEY (`NOT_UID`),
KEY `indexNotStatus`(`NOT_STATUS`)
)ENGINE=InnoDB ;