From c17c813a1f8d0cc861211a8e30facda5207f5373 Mon Sep 17 00:00:00 2001 From: ankush_m Date: Thu, 4 Aug 2022 12:45:31 +0530 Subject: [PATCH] Task #181258 feat: Joomla 4 compatability --- src/com_tjnotifications/admin/sql/updates/mysql/1.0.6.sql | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/com_tjnotifications/admin/sql/updates/mysql/1.0.6.sql b/src/com_tjnotifications/admin/sql/updates/mysql/1.0.6.sql index 40092139..e69de29b 100644 --- a/src/com_tjnotifications/admin/sql/updates/mysql/1.0.6.sql +++ b/src/com_tjnotifications/admin/sql/updates/mysql/1.0.6.sql @@ -1,4 +0,0 @@ -----Change table Key; - -ALTER TABLE `#__tj_notification_user_exclusions` DROP INDEX `client1`; -ALTER TABLE `#__tj_notification_user_exclusions` ADD INDEX `client1` (`client`(100), `provider`(50), `key`(100));