mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-17 06:04:10 +02:00
[feature/extension-manager] Remove the ext_active index for lack of specificity
PHPBB3-10323
This commit is contained in:
@@ -370,9 +370,6 @@ GO
|
||||
CREATE UNIQUE INDEX [ext_name] ON [phpbb_ext]([ext_name]) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
CREATE INDEX [ext_active] ON [phpbb_ext]([ext_active]) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
|
||||
/*
|
||||
Table: 'phpbb_extensions'
|
||||
|
Reference in New Issue
Block a user