aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/oracle_schema.sql
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2008-07-30 14:23:03 +0000
committerHenry Sudhof <kellanved@phpbb.com>2008-07-30 14:23:03 +0000
commit23de1b638a32496a7a4bb37ae6ee87f4205b3440 (patch)
tree6bd6aed2ca75e24d18eb14847c62b992276bca6f /phpBB/install/schemas/oracle_schema.sql
parentb7fe9f7b8a336c5718686b39b8cdff40e300aff1 (diff)
downloadforums-23de1b638a32496a7a4bb37ae6ee87f4205b3440.tar
forums-23de1b638a32496a7a4bb37ae6ee87f4205b3440.tar.gz
forums-23de1b638a32496a7a4bb37ae6ee87f4205b3440.tar.bz2
forums-23de1b638a32496a7a4bb37ae6ee87f4205b3440.tar.xz
forums-23de1b638a32496a7a4bb37ae6ee87f4205b3440.zip
schemas
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8734 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 6ac1c46f42..d1b3b903d4 100644
--- a/phpBB/install/schemas/oracle_schema.sql
+++ b/phpBB/install/schemas/oracle_schema.sql
@@ -1432,7 +1432,7 @@ CREATE TABLE phpbb_styles_template (
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,
+ template_inherit_path varchar2(255) DEFAULT '' ,
CONSTRAINT pk_phpbb_styles_template PRIMARY KEY (template_id),
CONSTRAINT u_phpbb_tmplte_nm UNIQUE (template_name)
)