Skip to content

Commit

Permalink
fixed wrong configuration_group_title in uninstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
webchills committed May 31, 2023
1 parent 7937a3b commit 0ce9b64
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions UNINSTALL/uninstall.sql
@@ -1,13 +1,10 @@
-- Remove the configuration settings for the AbuseIPDB module
#######################################################################################################
# AbuseIPDB UNINSTALL - 2023-05-31 - webchills
# NUR AUSFÜHREN FALLS SIE DAS MODUL VOLLSTÄNDIG ENTFERNEN WOLLEN!!!
########################################################################################################
DELETE FROM configuration_group WHERE configuration_group_title = 'AbuseIPDB';
DELETE FROM configuration WHERE configuration_key LIKE 'ABUSEIPDB_%';
-- Remove the German configuration translations for the AbuseIPDB module
DELETE FROM configuration_language WHERE configuration_key LIKE 'ABUSEIPDB_%';
-- Remove the configuration group for the AbuseIPDB module
DELETE FROM configuration_group WHERE configuration_group_title = 'AbuseIPDB Konfiguration';
DELETE FROM configuration_group WHERE configuration_group_title = 'AbuseIPDB Configuration';
-- Remove the admin page for the AbuseIPDB module
DELETE FROM admin_pages WHERE page_key = 'configAbuseIPDB';
-- Drop the abuseipdb_cache table
DROP TABLE IF EXISTS abuseipdb_cache;
-- Drop the abuseipdb_maintenance table
DROP TABLE IF EXISTS abuseipdb_maintenance;

0 comments on commit 0ce9b64

Please sign in to comment.