Files
edx-platform/lms/djangoapps
Tobias Macey 0fdb6ed2fe fix: Convert UUIDField columns to uuid type for MariaDB (#37494)
The behavior of the MariaDB backend has changed behavior for UUIDField
from a `CharField(32)` to an actual `uuid` type. This is not converted
automatically, which results in all writes to the affected columns to
error with a message about the data being too long. This is because the
actual tring being written is a UUID with the `-` included, resulting in
a 36 character value which can't be inserted into a 32 character column.
2025-10-20 10:32:44 -04:00
..
2024-11-05 10:44:16 -05:00
2025-10-13 22:53:37 +05:00
2025-10-13 22:53:37 +05:00
2025-10-13 19:00:45 +05:00