1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-29 19:37:30 +01:00

Remove now redundant single-column thread key from posts_* tables.

This commit is contained in:
Macil Tech 2013-01-19 01:20:55 -06:00
parent 417b765a47
commit 903bf5e9b3

View File

@ -26,7 +26,6 @@ CREATE TABLE IF NOT EXISTS `posts_{{ board }}` (
`sage` int(1) NOT NULL,
`embed` text,
UNIQUE KEY `id` (`id`),
KEY `thread` (`thread`),
KEY `thread_id` (`thread`, `id`),
KEY `time` (`time`),
FULLTEXT KEY `body` (`body`)