bug: uninstall SQL misses analytics and category_rules tables #245
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?
Description
uninstall.mysql.sqlonly drops 4 of 6 tables:Missing:
#__mokosuitecross_analytics#__mokosuitecross_category_rulesBoth tables are created by
install.mysql.sqland will be orphaned on uninstall.Fix
Add the missing DROP statements before the existing ones (to respect FK ordering):
Impact
source/packages/com_mokosuitecross/sql/uninstall.mysql.sqlBranch created:
feature/245-bug-uninstall-sql-misses-analytics-and-c