PM-476 Engine InnoDB

Tables Engine
This commit is contained in:
norahmollo
2014-10-08 16:32:12 -04:00
parent 730187b267
commit 0d40ffbfb0
10 changed files with 24 additions and 24 deletions

View File

@@ -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';