Changes between Initial Version and Version 1 of Ticket #33507, comment 3


Ignore:
Timestamp:
Feb 10, 2022, 9:21:30 AM (2 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33507, comment 3

    initial v1  
    11Small 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.
    22
    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 backend 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.
     3If 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.
Back to Top