1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[feature/extension-manager] Remove the ext_active index for lack of specificity

PHPBB3-10323
This commit is contained in:
Nils Adermann
2011-08-21 03:06:56 -04:00
parent c6fd8d9c9b
commit 60ad0e21b5
9 changed files with 2 additions and 14 deletions

View File

@@ -1038,7 +1038,6 @@ function get_schema_struct()
),
'KEYS' => array(
'ext_name' => array('UNIQUE', 'ext_name'),
'ext_active' => array('INDEX', 'ext_active'),
),
);