mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
5958b3a618
In `admin/database-preparation` suggest `utf8mb4_bin` as the collate function, rather than `utf8mb4_unicode_ci`. The former is accent- and case sensitive, while the latter isn't, and Forgejo assumes that columns are case sensitive. Also add a short paragraph explaining why `utf8mb4_bin` is suggested (case sensitivity), and what problems may arise and why if case insensitive collation is used. This partially addresses forgejo/forgejo#2039. Signed-off-by: Gergely Nagy <me@gergo.csillger.hu> |
||
---|---|---|
.. | ||
actions.md | ||
adopt.md | ||
command-line.md | ||
config-cheat-sheet.md | ||
customization.md | ||
database-preparation.md | ||
email-setup.md | ||
incoming-email.md | ||
index.md | ||
installation-binary.md | ||
installation-docker.md | ||
installation.md | ||
LICENSE | ||
logging-documentation.md | ||
moderation.md | ||
oauth2-provider.md | ||
recommendations.md | ||
reverse-proxy.md | ||
search-engines-indexation.md | ||
seek-assistance.md | ||
signing.md | ||
storage.md | ||
upgrade.md |