Skip to content

Commit a0eaa25

Browse files
authored
Fix wrong table name on uninstall
1 parent 025b739 commit a0eaa25

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
DELETE FROM `#__content_types` WHERE `type_alias` IN ('com_weblinks.weblink', 'com_weblinks.category');
2-
DELETE FROM `#__action_logs_extension` WHERE `extension` = 'com_weblinks';
3-
DELETE FROM `#__action_log_config` WHERE `type_title` = 'weblinks';
2+
DELETE FROM `#__action_logs_extensions` WHERE `extension` = 'com_weblinks';
3+
DELETE FROM `#__action_log_config` WHERE `type_title` = 'weblinks';
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
DELETE FROM "#__content_types" WHERE "type_alias" IN ('com_weblinks.weblink', 'com_weblinks.category');
2-
DELETE FROM "#__action_logs_extension" WHERE "extension" = 'com_weblinks';
3-
DELETE FROM "#__action_log_config" WHERE "type_title" = 'weblinks';
2+
DELETE FROM "#__action_logs_extensions" WHERE "extension" = 'com_weblinks';
3+
DELETE FROM "#__action_log_config" WHERE "type_title" = 'weblinks';

0 commit comments

Comments
 (0)