wxiaoguang 2df7563f31
Recommend/convert to use case-sensitive collation for MySQL/MSSQL (#28662)
Mainly for MySQL/MSSQL.

It is important for Gitea to use case-sensitive database charset
collation. If the database is using a case-insensitive collation, Gitea
will show startup error/warning messages, and show the errors/warnings
on the admin panel's Self-Check page.

Make `gitea doctor convert` work for MySQL to convert the collations of
database & tables & columns.

* Fix #28131

## ⚠️ BREAKING ⚠️

It is not quite breaking, but it's highly recommended to convert the
database&table&column to a consistent and case-sensitive collation.
2024-01-10 11:03:23 +00:00
..
2023-10-05 09:08:19 +08:00
2023-11-18 13:37:08 +02:00
2023-12-19 09:29:05 +00:00
2023-10-05 09:08:19 +08:00
2023-12-25 20:13:18 +08:00
2023-05-08 19:49:59 +08:00
2023-07-04 18:36:08 +00:00
2023-06-18 16:10:44 +00:00
2023-07-19 11:22:57 +02:00
2023-10-10 18:47:49 +08:00
2023-02-20 16:18:26 -06:00