Changes between Initial Version and Version 1 of Ticket #33507, comment 3
- Timestamp:
- Feb 10, 2022, 9:21:30 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33507, comment 3
initial v1 1 1 Small note that we should make sure that changing this flag won't break installs with `UUIDField` backend by `char(32)` columns as it might be impractical for large installs to rebuild their whole table primary keys otherwise. 2 2 3 If we don't document a clear upgrade path I foresee a few reports when users attempt to add a `ForeignKey` referencing a model with a `UUIDField` primary key that is backe nd by a `char(32)` and hit a MariaDB error telling them that a foreign constraint cannot be created from a `uuid` to a `char(32)` column.3 If we don't document a clear upgrade path I foresee a few reports when users attempt to add a `ForeignKey` referencing a model with a `UUIDField` primary key that is backed by a `char(32)` and hit a MariaDB error telling them that a foreign constraint cannot be created from a `uuid` to a `char(32)` column.