HOR-3897
This commit is contained in:
@@ -349,6 +349,9 @@
|
||||
<index name="indexForAppUid">
|
||||
<index-column name="APP_UID"/>
|
||||
</index>
|
||||
<index name="indexForMsgStatus">
|
||||
<index-column name="APP_MSG_STATUS"/>
|
||||
</index>
|
||||
</table>
|
||||
<table name="APP_OWNER">
|
||||
<vendor type="mysql">
|
||||
|
||||
@@ -164,7 +164,8 @@ CREATE TABLE `APP_MESSAGE`
|
||||
`APP_MSG_SHOW_MESSAGE` TINYINT default 1 NOT NULL,
|
||||
`APP_MSG_ERROR` MEDIUMTEXT,
|
||||
PRIMARY KEY (`APP_MSG_UID`),
|
||||
KEY `indexForAppUid`(`APP_UID`)
|
||||
KEY `indexForAppUid`(`APP_UID`),
|
||||
KEY `indexForMsgStatus`(`APP_MSG_STATUS`)
|
||||
)ENGINE=InnoDB DEFAULT CHARSET='utf8' COMMENT='Messages in an Application';
|
||||
#-----------------------------------------------------------------------------
|
||||
#-- APP_OWNER
|
||||
|
||||
Reference in New Issue
Block a user