We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78dbd82 commit 43b854fCopy full SHA for 43b854f
src/com_tjnotifications/admin/sql/updates/mysql/1.0.6.sql
@@ -1,3 +1,4 @@
1
----Change table Key;
2
3
-ALTER TABLE `#__tj_notification_user_exclusions` CHANGE KEY `client1` (`client`(100),`provider`(50),`key`(100));
+ALTER TABLE `#__tj_notification_user_exclusions` DROP INDEX `client1`;
4
+ALTER TABLE `#__tj_notification_user_exclusions` ADD INDEX `client1` (`client`(100), `provider`(50), `key`(100));
0 commit comments