mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
bug fixes
schema changes i really hope nothing went wrong git-svn-id: file:///svn/phpbb/trunk@6371 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -616,7 +616,7 @@ CREATE TABLE phpbb_search_results (
|
||||
# Table: 'phpbb_search_wordlist'
|
||||
CREATE TABLE phpbb_search_wordlist (
|
||||
word_id INTEGER PRIMARY KEY NOT NULL ,
|
||||
word_text nvarchar(252) NOT NULL DEFAULT '',
|
||||
word_text varchar(255) NOT NULL DEFAULT '',
|
||||
word_common INTEGER UNSIGNED NOT NULL DEFAULT '0'
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user