aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/oracle_schema.sql
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2011-02-23 22:02:39 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2011-02-23 22:02:39 -0500
commitdf92b7bdf2e91f49461852eb962386009b64d2df (patch)
tree39291f93861d15d6f818223594b05c658510a9ca /phpBB/install/schemas/oracle_schema.sql
parent510248da2844df22af1cd807e13b46c0c8b68290 (diff)
parent5dee60e54e99913e1804d2c74f94b6e9ada390a7 (diff)
downloadforums-df92b7bdf2e91f49461852eb962386009b64d2df.tar
forums-df92b7bdf2e91f49461852eb962386009b64d2df.tar.gz
forums-df92b7bdf2e91f49461852eb962386009b64d2df.tar.bz2
forums-df92b7bdf2e91f49461852eb962386009b64d2df.tar.xz
forums-df92b7bdf2e91f49461852eb962386009b64d2df.zip
Merge branch 'ticket/erikfrerejean/7778' into develop-olympus
* ticket/erikfrerejean/7778: [ticket/7778] Update all the schema files [ticket/7778] Add the column change to `mysql_upgrader.php` [ticket/7778] BBCode single limit
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 d577fce46c..9c25af2512 100644
--- a/phpBB/install/schemas/oracle_schema.sql
+++ b/phpBB/install/schemas/oracle_schema.sql
@@ -254,7 +254,7 @@ END;
Table: 'phpbb_bbcodes'
*/
CREATE TABLE phpbb_bbcodes (
- bbcode_id number(3) DEFAULT '0' NOT NULL,
+ bbcode_id number(4) DEFAULT '0' NOT NULL,
bbcode_tag varchar2(16) DEFAULT '' ,
bbcode_helpline varchar2(765) DEFAULT '' ,
display_on_posting number(1) DEFAULT '0' NOT NULL,