Fix sso migration; Add utf8mb4 migration
See commit messages.
There has been an issue discovered with case insensitivity on aurweb
. Using the utf8mb4
charset and related collation fix this issue. This MR includes a new migration which alters our table schemas.
Additionally, we've fixed the SSO migration to support downgrade and imperfect databases.
Edited by Kevin Morris