قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-21 22:47:43 +00:00

* Use metadata provider instead of direct queries * Add method to get latest installed archive table for a given type * Update utf8mb4 conversion script to also factor in db collation * Ensure to print errors as such in console * Simplify sorting of archive tables Co-authored-by: Stefan Giehl <stefan@matomo.org> * Prevent undefined array key error if the table doesn't exist * Simplify update script by using a newly available method to get the latest archive table * Return early if there's no archive table found No need to safeguard the check for collation then as the table should exist. --------- Co-authored-by: sgiehl <stefan@matomo.org>