diff --git a/source/packages/com_mokosuitestorelocator/admin/sql/updates/mysql/01.00.02.sql b/source/packages/com_mokosuitestorelocator/admin/sql/updates/mysql/01.00.02.sql index d454261..70b72cc 100644 --- a/source/packages/com_mokosuitestorelocator/admin/sql/updates/mysql/01.00.02.sql +++ b/source/packages/com_mokosuitestorelocator/admin/sql/updates/mysql/01.00.02.sql @@ -1,5 +1,5 @@ --- MokoSuiteStoreLocator 01.00.02 — Drop legacy catid column. --- This file only runs on upgrades from < 01.00.02 where catid existed. - -ALTER TABLE `#__mokosuitestorelocator_locations` DROP COLUMN `catid`; -ALTER TABLE `#__mokosuitestorelocator_locations` DROP INDEX `idx_catid`; +-- MokoSuiteStoreLocator 01.00.02 +-- Legacy catid column removed from install.mysql.sql. +-- No runtime migration needed — Joomla aborts on DROP errors +-- and fresh installs never had the column. +SELECT 1;