aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/oracle_schema.sql
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-02-02 22:04:09 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-02-02 22:05:58 +0100
commit76708be47e7a6c83c50933fe48f5fc8728b8a0c1 (patch)
tree1d7944748c282e2e6dd30b1885498a190f1602ae /phpBB/install/schemas/oracle_schema.sql
parentbc98118f92c2cbfb630bda42a0e9b6a5398302c2 (diff)
downloadforums-76708be47e7a6c83c50933fe48f5fc8728b8a0c1.tar
forums-76708be47e7a6c83c50933fe48f5fc8728b8a0c1.tar.gz
forums-76708be47e7a6c83c50933fe48f5fc8728b8a0c1.tar.bz2
forums-76708be47e7a6c83c50933fe48f5fc8728b8a0c1.tar.xz
forums-76708be47e7a6c83c50933fe48f5fc8728b8a0c1.zip
[ticket/12154] Update schema files with lastest database schema
PHPBB3-12154
Diffstat (limited to 'phpBB/install/schemas/oracle_schema.sql')
-rw-r--r--phpBB/install/schemas/oracle_schema.sql6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/install/schemas/oracle_schema.sql b/phpBB/install/schemas/oracle_schema.sql
index 238cd100cb..ea5cfdf321 100644
--- a/phpBB/install/schemas/oracle_schema.sql
+++ b/phpBB/install/schemas/oracle_schema.sql
@@ -509,7 +509,7 @@ CREATE TABLE phpbb_forums (
forum_desc_options number(11) DEFAULT '7' NOT NULL,
forum_desc_uid varchar2(8) DEFAULT '' ,
forum_link varchar2(765) DEFAULT '' ,
- forum_password varchar2(255) DEFAULT '' ,
+ forum_password varchar2(765) DEFAULT '' ,
forum_style number(8) DEFAULT '0' NOT NULL,
forum_image varchar2(255) DEFAULT '' ,
forum_rules clob DEFAULT '' ,
@@ -986,7 +986,7 @@ CREATE TABLE phpbb_poll_votes (
topic_id number(8) DEFAULT '0' NOT NULL,
poll_option_id number(4) DEFAULT '0' NOT NULL,
vote_user_id number(8) DEFAULT '0' NOT NULL,
- vote_user_ip varchar2(40) DEFAULT ''
+ vote_user_ip varchar2(40) DEFAULT ''
)
/
@@ -1798,7 +1798,7 @@ CREATE TABLE phpbb_users (
user_regdate number(11) DEFAULT '0' NOT NULL,
username varchar2(255) DEFAULT '' ,
username_clean varchar2(255) DEFAULT '' ,
- user_password varchar2(255) DEFAULT '' ,
+ user_password varchar2(765) DEFAULT '' ,
user_passchg number(11) DEFAULT '0' NOT NULL,
user_pass_convert number(1) DEFAULT '0' NOT NULL,
user_email varchar2(300) DEFAULT '' ,