X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-sponsor.php;h=f82a2a697a42e2c9a98be524cd1383a8427ca16e;hb=7957bf99511c45f993cdad1304ade6700385fef8;hp=43ffd192616d4b7abf72d2533234a9e02950611b;hpb=20741b93fd58620af677a7f1039ffd16ea6ec689;p=mailer.git diff --git a/inc/extensions/ext-sponsor.php b/inc/extensions/ext-sponsor.php index 43ffd19261..f82a2a697a 100644 --- a/inc/extensions/ext-sponsor.php +++ b/inc/extensions/ext-sponsor.php @@ -155,7 +155,7 @@ INDEX (`ext_name`)", `active` ENUM('Y','N') NOT NULL DEFAULT 'N', `sort` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (`id`), -UNIQUE `action_what` (`action`,`what`), +UNIQUE INDEX `action_what` (`action`,`what`), UNIQUE (`what`), INDEX (`action`)", 'Sponsor menu');