Files
aowow/setup/updates/1436903207_01.sql
Sarjuuk f9416c549d Updates/SQL
* noticed having comments inside querys in these files breaks them
 * also there appear to be files with \r line endings left
2017-03-21 23:09:55 +01:00

5 lines
126 B
SQL

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