aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/oracle_schema.sql
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-04-09 05:10:00 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-04-09 05:10:00 +0000
commit8f0d7bf823487e7550b9c3905bc7d1713ac1b859 (patch)
treee17b56c5c1bb98faabcdb3a0b9412d454b9f7b8c /phpBB/install/schemas/oracle_schema.sql
parentcbdaae59574e916db4bfa588f70af637e6dea6b4 (diff)
downloadforums-8f0d7bf823487e7550b9c3905bc7d1713ac1b859.tar
forums-8f0d7bf823487e7550b9c3905bc7d1713ac1b859.tar.gz
forums-8f0d7bf823487e7550b9c3905bc7d1713ac1b859.tar.bz2
forums-8f0d7bf823487e7550b9c3905bc7d1713ac1b859.tar.xz
forums-8f0d7bf823487e7550b9c3905bc7d1713ac1b859.zip
- Firebird is people too! (Firebird works again)
- small style.php bug git-svn-id: file:///svn/phpbb/trunk@7308 89ea8834-ac86-4346-8a33-228a782c2dd0
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 6fc1f4325b..cc0881986a 100644
--- a/phpBB/install/schemas/oracle_schema.sql
+++ b/phpBB/install/schemas/oracle_schema.sql
@@ -188,7 +188,7 @@ CREATE TABLE phpbb_acl_roles_data (
)
/
-CREATE INDEX phpbb_acl_roles_data_auth_option_id ON phpbb_acl_roles_data (auth_option_id)
+CREATE INDEX phpbb_acl_roles_data_ath_opt_id ON phpbb_acl_roles_data (auth_option_id)
/
/*
@@ -1270,7 +1270,7 @@ CREATE TABLE phpbb_search_wordmatch (
post_id number(8) DEFAULT '0' NOT NULL,
word_id number(8) DEFAULT '0' NOT NULL,
title_match number(1) DEFAULT '0' NOT NULL,
- CONSTRAINT u_phpbb_unique_match UNIQUE (word_id, post_id, title_match)
+ CONSTRAINT u_phpbb_unq_mtch UNIQUE (word_id, post_id, title_match)
)
/
@@ -1565,7 +1565,7 @@ CREATE TABLE phpbb_styles_imageset_data (
)
/
-CREATE INDEX phpbb_styles_imageset_data_imgset_id ON phpbb_styles_imageset_data (imageset_id)
+CREATE INDEX phpbb_styles_imageset_data_i_id ON phpbb_styles_imageset_data (imageset_id)
/
CREATE SEQUENCE phpbb_styles_imageset_data_seq