Skip to content

Adds Alembic migration for DB/Tables conversion to utf8mb4

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

MySql defaults to utf8 and case insensitive collation so migrate these to case sensitive and utf8mb4

Closes #21 (closed)

Signed-off-by: Leonidas Spyropoulos artafinde@gmail.com

Merge request reports