mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 06:51:33 +02:00
- add support for min/max of numerical search backend settings
- change word_text maximum length - don't update search settings if nothing was changed git-svn-id: file:///svn/phpbb/trunk@5993 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -911,7 +911,7 @@ ALTER TABLE phpbb_search_results ADD PRIMARY KEY (search_key);;
|
||||
|
||||
# phpbb_search_wordlist
|
||||
CREATE TABLE phpbb_search_wordlist (
|
||||
word_text VARCHAR(50) DEFAULT '' NOT NULL,
|
||||
word_text VARCHAR(252) DEFAULT '' NOT NULL,
|
||||
word_id INTEGER NOT NULL,
|
||||
word_common INTEGER DEFAULT 0 NOT NULL
|
||||
);;
|
||||
|
Reference in New Issue
Block a user