X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-sponsor.php;h=f82a2a697a42e2c9a98be524cd1383a8427ca16e;hp=43ffd192616d4b7abf72d2533234a9e02950611b;hb=31281c21661cd6329c45305a0544268388801791;hpb=75c607f5f29956eb71599aee3f682753e4d21fef 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');