Skip to content

Fix some DB tables to use utf8mb4_general_ci

Kevin Morris requested to merge kevr/aurweb:pu_case_insensitive_fix into master

[db] fix schema and migration for case insensitivity

WARNING This commit modifies the latest alembic migration revision.

Some of the columns that were changed still want to be case insensitive. Good thing our tables have nice separation.

Fully upgraded users should run the following commands:

$ git pull origin $branch_containing_this_commit
$ alembic downgrade -1
$ alembic upgrade head

Signed-off-by: Kevin Morris kevr@0cost.org

Edited by Kevin Morris

Merge request reports