diff options
author | Nils Adermann <naderman@naderman.de> | 2011-08-21 03:06:56 -0400 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2011-09-29 15:42:47 +0200 |
commit | 60ad0e21b5d4f940740650df69b7134a573f2a97 (patch) | |
tree | 6eaa1d0966e2376f1b0729b07e74b315ce3b87f6 /phpBB/install/schemas/postgres_schema.sql | |
parent | c6fd8d9c9bfad943b9ed7d8f5f4407c13b8939d9 (diff) | |
download | forums-60ad0e21b5d4f940740650df69b7134a573f2a97.tar forums-60ad0e21b5d4f940740650df69b7134a573f2a97.tar.gz forums-60ad0e21b5d4f940740650df69b7134a573f2a97.tar.bz2 forums-60ad0e21b5d4f940740650df69b7134a573f2a97.tar.xz forums-60ad0e21b5d4f940740650df69b7134a573f2a97.zip |
[feature/extension-manager] Remove the ext_active index for lack of specificity
PHPBB3-10323
Diffstat (limited to 'phpBB/install/schemas/postgres_schema.sql')
-rw-r--r-- | phpBB/install/schemas/postgres_schema.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/install/schemas/postgres_schema.sql b/phpBB/install/schemas/postgres_schema.sql index dbe891a3ac..956167ff39 100644 --- a/phpBB/install/schemas/postgres_schema.sql +++ b/phpBB/install/schemas/postgres_schema.sql @@ -321,7 +321,6 @@ CREATE TABLE phpbb_ext ( ); CREATE UNIQUE INDEX phpbb_ext_ext_name ON phpbb_ext (ext_name); -CREATE INDEX phpbb_ext_ext_active ON phpbb_ext (ext_active); /* Table: 'phpbb_extensions' |