From c2c52582206b2f72b560dbcfb985108ef6125f89 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Thu, 25 Jun 2026 11:24:51 -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. --- .../com_mokosuiteclient/admin/sql/updates/mysql/02.47.95.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 source/packages/com_mokosuiteclient/admin/sql/updates/mysql/02.47.95.sql diff --git a/source/packages/com_mokosuiteclient/admin/sql/updates/mysql/02.47.95.sql b/source/packages/com_mokosuiteclient/admin/sql/updates/mysql/02.47.95.sql new file mode 100644 index 00000000..9cc93ec9 --- /dev/null +++ b/source/packages/com_mokosuiteclient/admin/sql/updates/mysql/02.47.95.sql @@ -0,0 +1 @@ +/* 02.47.95 — no schema changes */