From 79eaa5217d093367dce011bfab23f1e276b28daf Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Thu, 25 Jun 2026 11:25:24 -0500 Subject: [PATCH] fix: add SQL update file to match manifest version Joomla's Database view requires a SQL update file matching the manifest version. Missing file causes persistent schema version mismatch warning. --- .../packages/com_mokosuitecross/sql/updates/mysql/01.08.05.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 source/packages/com_mokosuitecross/sql/updates/mysql/01.08.05.sql diff --git a/source/packages/com_mokosuitecross/sql/updates/mysql/01.08.05.sql b/source/packages/com_mokosuitecross/sql/updates/mysql/01.08.05.sql new file mode 100644 index 0000000..778cff0 --- /dev/null +++ b/source/packages/com_mokosuitecross/sql/updates/mysql/01.08.05.sql @@ -0,0 +1 @@ +/* 01.08.05 — no schema changes */ -- 2.52.0