mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-28 12:30:42 +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:
@@ -847,7 +847,7 @@ CREATE SEQUENCE phpbb_search_wordlist_seq;
|
||||
|
||||
CREATE TABLE phpbb_search_wordlist (
|
||||
word_id INT4 DEFAULT nextval('phpbb_search_wordlist_seq'),
|
||||
word_text varchar(252) DEFAULT '' NOT NULL,
|
||||
word_text varchar(255) DEFAULT '' NOT NULL,
|
||||
word_common INT2 DEFAULT '0' NOT NULL CHECK (word_common >= 0),
|
||||
PRIMARY KEY (word_id)
|
||||
);
|
||||
|
Reference in New Issue
Block a user