PM-476 Engine InnoDB
Tables Engine
This commit is contained in:
@@ -34,4 +34,4 @@ CREATE TABLE `APP_CACHE_VIEW`
|
||||
PRIMARY KEY (`APP_UID`,`DEL_INDEX`),
|
||||
KEY `indexAppNumber`(`APP_NUMBER`),
|
||||
KEY `indexAppUser`(`USR_UID`, `APP_STATUS`)
|
||||
)ENGINE=MyISAM DEFAULT CHARSET='utf8' COMMENT='Application cache view';
|
||||
)ENGINE=InnoDB DEFAULT CHARSET='utf8' COMMENT='Application cache view';
|
||||
|
||||
Reference in New Issue
Block a user