1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-21 22:47:43 +00:00
Files
Michal Kleiner 06d1f19978 Update core:convert-to-utf8mb4 to write db collaction to config (#22678)
* 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>
2024-10-14 16:19:02 +02:00
..