Admin message

Due to an influx of spam, we have had to require each new account to be manually approved. Please register an account and then write an email to accountsupport@archlinux.org to get it approved. Sorry for the inconvenience.

Alembic migration that sets DB/Tables to utf8mb4
In regards to: https://gitlab.archlinux.org/archlinux/aurweb/-/issues/11 We'd like to support case sensitivity with database transactions, which will fix the mentioned issue and additionally coincide with UNIX filesystem philosophies, which just make sense (to me, at least). We should have an Alembic migration that performs this modification, if needed. Additionally, we should modify DB initialization to use `utf8mb4` as well, so this is never an issue after a DB is initialized before the fix migration is run.
issue