Remove now redundant single-column thread
key from posts_* tables.
This commit is contained in:
parent
b1c1a25c26
commit
f01813d95b
@ -26,7 +26,6 @@ CREATE TABLE IF NOT EXISTS `posts_{{ board }}` (
|
|||||||
`sage` int(1) NOT NULL,
|
`sage` int(1) NOT NULL,
|
||||||
`embed` text,
|
`embed` text,
|
||||||
UNIQUE KEY `id` (`id`),
|
UNIQUE KEY `id` (`id`),
|
||||||
KEY `thread` (`thread`),
|
|
||||||
KEY `thread_id` (`thread`, `id`),
|
KEY `thread_id` (`thread`, `id`),
|
||||||
KEY `time` (`time`),
|
KEY `time` (`time`),
|
||||||
FULLTEXT KEY `body` (`body`)
|
FULLTEXT KEY `body` (`body`)
|
||||||
|
Loading…
Reference in New Issue
Block a user