mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 10:44:20 +02:00
[feature/extension-manager] Remove the ext_active index for lack of specificity
PHPBB3-10323
This commit is contained in:
@@ -1063,7 +1063,6 @@ function database_update_info()
|
||||
),
|
||||
'KEYS' => array(
|
||||
'ext_name' => array('UNIQUE', 'ext_name'),
|
||||
'ext_active' => array('INDEX', 'ext_active'),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user