(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

@@ -79,6 +79,10 @@ class NotificationQueueMapBuilder
$tMap->addColumn('NOT_SEND_DATE', 'NotSendDate', 'int', CreoleTypes::TIMESTAMP, true, null);
$tMap->addColumn('APP_UID', 'AppUid', 'string', CreoleTypes::VARCHAR, true, 32);
$tMap->addColumn('DEL_INDEX', 'DelIndex', 'int', CreoleTypes::INTEGER, true, null);
} // doBuild()
} // NotificationQueueMapBuilder