chore: Remove dead catid column from locations table
#58
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
#__mokosuitestorelocator_locationstable has acatidINT column that is no longer used. Multi-category support (#1) uses the junction table#__mokosuitestorelocator_location_categoriesinstead.Impact
catidFix
catidcolumn frominstall.mysql.sqlDROP COLUMN catidcatidfield fromlocation.xmlform if still presentPriority
P3 — cleanup, no functional impact.
Fixed:
catidcolumn andidx_catidindex frominstall.mysql.sqlsql/updates/mysql/01.00.02.sqlwithDROP COLUMN IF EXISTS catidandDROP INDEX IF EXISTS idx_catidcategoriesfield)