diff options
Diffstat (limited to 'phpBB/install/schemas/firebird_schema.sql')
| -rw-r--r-- | phpBB/install/schemas/firebird_schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/firebird_schema.sql b/phpBB/install/schemas/firebird_schema.sql index b2dd3aa0f2..97d5592fe7 100644 --- a/phpBB/install/schemas/firebird_schema.sql +++ b/phpBB/install/schemas/firebird_schema.sql @@ -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 );; |
