mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
A whole bunch of fixes
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3081 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -264,6 +264,7 @@ CREATE TABLE phpbb_search_wordmatch (
|
||||
title_match int2 NOT NULL default '0'
|
||||
);
|
||||
CREATE INDEX word_id_phpbb_search_wordmatch ON phpbb_search_wordmatch (word_id);
|
||||
CREATE INDEX post_id_phpbb_search_wordmatch ON phpbb_search_wordmatch (post_id);
|
||||
|
||||
|
||||
/* --------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user