aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/firebird_schema.sql
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2009-09-04 17:27:13 +0000
committerAndreas Fischer <bantu@phpbb.com>2009-09-04 17:27:13 +0000
commitfc5a21e16a6502a89fd7b541683f21e216c8cf2e (patch)
tree792cd0125f9123276ffbefb00090e6c68a6e137e /phpBB/install/schemas/firebird_schema.sql
parent0fe74ebceac75c559b8779f291ebb2df80309e92 (diff)
downloadforums-fc5a21e16a6502a89fd7b541683f21e216c8cf2e.tar
forums-fc5a21e16a6502a89fd7b541683f21e216c8cf2e.tar.gz
forums-fc5a21e16a6502a89fd7b541683f21e216c8cf2e.tar.bz2
forums-fc5a21e16a6502a89fd7b541683f21e216c8cf2e.tar.xz
forums-fc5a21e16a6502a89fd7b541683f21e216c8cf2e.zip
Revert r10106 - Index usage is very unlikely because of WHERE IN (). :-|
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10107 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas/firebird_schema.sql')
-rw-r--r--phpBB/install/schemas/firebird_schema.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/install/schemas/firebird_schema.sql b/phpBB/install/schemas/firebird_schema.sql
index 91bd7263ce..f3defe9a54 100644
--- a/phpBB/install/schemas/firebird_schema.sql
+++ b/phpBB/install/schemas/firebird_schema.sql
@@ -1381,7 +1381,6 @@ CREATE TABLE phpbb_users (
ALTER TABLE phpbb_users ADD PRIMARY KEY (user_id);;
CREATE INDEX phpbb_users_user_birthday ON phpbb_users(user_birthday);;
-CREATE INDEX phpbb_users_user_regdate ON phpbb_users(user_regdate);;
CREATE INDEX phpbb_users_user_email_hash ON phpbb_users(user_email_hash);;
CREATE INDEX phpbb_users_user_type ON phpbb_users(user_type);;
CREATE UNIQUE INDEX phpbb_users_username_clean ON phpbb_users(username_clean);;