Fixed bu #480222 (I hope)

git-svn-id: file:///svn/phpbb/trunk@1301 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Bart van Bragt 2001-11-09 22:58:00 +00:00
parent 911c833b12
commit 6a506ae3e0

View file

@ -277,7 +277,7 @@ CREATE TABLE phpbb_search_wordlist (
word_weight tinyint(4) NOT NULL default '0',
PRIMARY KEY (word_id),
KEY word_text (word_text)
)
);
# --------------------------------------------------------
@ -291,7 +291,7 @@ CREATE TABLE phpbb_search_wordmatch (
word_count smallint(6) NOT NULL default '0',
title_match tinyint(1) NOT NULL default '0',
KEY word_id (word_id)
)
);
# --------------------------------------------------------