aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/oracle_schema.sql
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2008-07-29 12:36:07 +0000
committerHenry Sudhof <kellanved@phpbb.com>2008-07-29 12:36:07 +0000
commit86dddd43b621fb3a91b8257f4dd534e4a1077809 (patch)
tree64d998a756a8313574609ebf562f26766f1b3ab4 /phpBB/install/schemas/oracle_schema.sql
parent7997796789d7bad2acd68eb56f9728ae518bfe36 (diff)
downloadforums-86dddd43b621fb3a91b8257f4dd534e4a1077809.tar
forums-86dddd43b621fb3a91b8257f4dd534e4a1077809.tar.gz
forums-86dddd43b621fb3a91b8257f4dd534e4a1077809.tar.bz2
forums-86dddd43b621fb3a91b8257f4dd534e4a1077809.tar.xz
forums-86dddd43b621fb3a91b8257f4dd534e4a1077809.zip
forgot a few things
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8708 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, 2 insertions, 0 deletions
diff --git a/phpBB/install/schemas/oracle_schema.sql b/phpBB/install/schemas/oracle_schema.sql
index 19f09bcebd..6ac1c46f42 100644
--- a/phpBB/install/schemas/oracle_schema.sql
+++ b/phpBB/install/schemas/oracle_schema.sql
@@ -1431,6 +1431,8 @@ CREATE TABLE phpbb_styles_template (
template_path varchar2(100) DEFAULT '' ,
bbcode_bitfield varchar2(255) DEFAULT 'kNg=' NOT NULL,
template_storedb number(1) DEFAULT '0' NOT NULL,
+ template_inherits_id number(4) DEFAULT '0' NOT NULL,
+ template_inherit_path varchar2(255) NOT NULL,
CONSTRAINT pk_phpbb_styles_template PRIMARY KEY (template_id),
CONSTRAINT u_phpbb_tmplte_nm UNIQUE (template_name)
)