aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/oracle_schema.sql
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-09-16 06:07:06 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-09-16 06:07:06 +0000
commitfe1367b31e7711b52f103ade06eec538823d467c (patch)
treed452300653914573a5a7c89b7d33a800093c6937 /phpBB/install/schemas/oracle_schema.sql
parent9479bc428f10e166682087e8e61c19efcbbe2751 (diff)
downloadforums-fe1367b31e7711b52f103ade06eec538823d467c.tar
forums-fe1367b31e7711b52f103ade06eec538823d467c.tar.gz
forums-fe1367b31e7711b52f103ade06eec538823d467c.tar.bz2
forums-fe1367b31e7711b52f103ade06eec538823d467c.tar.xz
forums-fe1367b31e7711b52f103ade06eec538823d467c.zip
bug fixes
schema changes i really hope nothing went wrong git-svn-id: file:///svn/phpbb/trunk@6371 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas/oracle_schema.sql')
-rw-r--r--phpBB/install/schemas/oracle_schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/oracle_schema.sql b/phpBB/install/schemas/oracle_schema.sql
index 6cfb6d5bcd..74c37acacd 100644
--- a/phpBB/install/schemas/oracle_schema.sql
+++ b/phpBB/install/schemas/oracle_schema.sql
@@ -1232,7 +1232,7 @@ CREATE TABLE phpbb_search_results (
*/
CREATE TABLE phpbb_search_wordlist (
word_id number(8) NOT NULL,
- word_text nvarchar2(252) DEFAULT '' ,
+ word_text varchar2(255) DEFAULT '' ,
word_common number(1) DEFAULT '0' NOT NULL,
CONSTRAINT pk_phpbb_search_wordlist PRIMARY KEY (word_id),
CONSTRAINT u_phpbb_wrd_txt UNIQUE (word_text)