Skip to content

Commit 43b854f

Browse files
deepa-gmanojLondhe
authored andcommitted
Bug #152597 fix: JGive pkg is not installing : Error SQL Specifie… (#63)
1 parent 78dbd82 commit 43b854f

File tree

1 file changed

+2
-1
lines changed
  • src/com_tjnotifications/admin/sql/updates/mysql

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
----Change table Key;
22

3-
ALTER TABLE `#__tj_notification_user_exclusions` CHANGE KEY `client1` (`client`(100),`provider`(50),`key`(100));
3+
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

Comments
 (0)