bug: uninstall SQL missing analytics and category_rules table drops #225
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The uninstall SQL script only drops 4 of 6 tables, leaving orphaned tables in the database after component removal.
Current State
File:
source/packages/com_mokosuitecross/sql/uninstall.mysql.sqlMissing
The install SQL (
install.mysql.sql) creates two additional tables that are not dropped on uninstall:Impact
#__mokosuitecross_analyticsand#__mokosuitecross_category_rulesremain as orphaned tablesBranch created:
feature/225-bug-uninstall-sql-missing-analytics-and-