Files
aowow/setup/updates/1436903207_01.sql
Sarjuuk 20732e38d8 DB/Structure
added proper keys to ?_comments
2015-07-14 21:51:20 +02:00

5 lines
130 B
SQL

ALTER TABLE `aowow_comments`
DROP INDEX `id`,
ADD PRIMARY KEY (`id`),
ADD INDEX `type_typeId` (`type`, `typeId`);