mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Fixed bu #480222 (I hope)
git-svn-id: file:///svn/phpbb/trunk@1301 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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)
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
# --------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user