mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 23:11:45 +02:00
[feature/extension-manager] Remove the ext_active index for lack of specificity
PHPBB3-10323
This commit is contained in:
@@ -195,8 +195,7 @@ CREATE TABLE phpbb_drafts (
|
||||
CREATE TABLE phpbb_ext (
|
||||
ext_name varbinary(255) DEFAULT '' NOT NULL,
|
||||
ext_active tinyint(1) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
UNIQUE ext_name (ext_name),
|
||||
KEY ext_active (ext_active)
|
||||
UNIQUE ext_name (ext_name)
|
||||
);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user