ephios-dev/ephios

"Data too long" errors when creating Models with UUID field under newer MariaDB

Closed this issue · 0 comments

Describe the bug

We're using UUID fields in a few places. They break under django 5.0 and newer version of MariaDB as described here: wagtail/wagtail#11912 Wagtail introduced a management command for repairing the db. We could add something similar for affected users.