mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/extension-manager] Remove the ext_active index for lack of specificity
PHPBB3-10323
This commit is contained in:
@@ -288,7 +288,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'
|
||||
CREATE TABLE phpbb_extensions (
|
||||
|
Reference in New Issue
Block a user