aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-08-21 03:06:56 -0400
committerNils Adermann <naderman@naderman.de>2011-09-29 15:42:47 +0200
commit60ad0e21b5d4f940740650df69b7134a573f2a97 (patch)
tree6eaa1d0966e2376f1b0729b07e74b315ce3b87f6 /phpBB/install/database_update.php
parentc6fd8d9c9bfad943b9ed7d8f5f4407c13b8939d9 (diff)
downloadforums-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/database_update.php')
-rw-r--r--phpBB/install/database_update.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 64dea37ef8..45de19c918 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -1063,7 +1063,6 @@ function database_update_info()
),
'KEYS' => array(
'ext_name' => array('UNIQUE', 'ext_name'),
- 'ext_active' => array('INDEX', 'ext_active'),
),
),
),