DB/Structure

added proper keys to ?_comments
This commit is contained in:
Sarjuuk
2015-07-14 21:51:20 +02:00
parent cea81d1810
commit 20732e38d8
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
ALTER TABLE `aowow_comments`
DROP INDEX `id`,
ADD PRIMARY KEY (`id`),
ADD INDEX `type_typeId` (`type`, `typeId`);