PMCORE-2293

This commit is contained in:
Paula Quispe
2020-11-05 15:01:08 -04:00
parent 480c67ac37
commit 77a1a17d83
5 changed files with 77 additions and 10 deletions

View File

@@ -94,6 +94,7 @@ CREATE TABLE `APP_DELEGATION`
`USR_ID` INTEGER default 0,
`PRO_ID` INTEGER default 0,
`TAS_ID` INTEGER default 0,
`DEL_TITLE` VARCHAR(999) NOT NULL,
PRIMARY KEY (`APP_UID`,`DEL_INDEX`),
UNIQUE KEY `DELEGATION_ID` (`DELEGATION_ID`),
KEY `INDEX_APP_NUMBER`(`APP_NUMBER`),