Changes between Version 2 and Version 3 of Ticket #33901, comment 16


Ignore:
Timestamp:
Jul 8, 2023, 10:07:19 AM (11 months ago)
Author:
alfonsrv

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33901, comment 16

    v2 v3  
    3636}}}
    3737
    38 And the same error when attempting to run `python manage.py migrate`: `django.db.utils.NotSupportedError: nondeterministic collations are not supported for operator class "varchar_pattern_ops"`
     38And the same error when attempting to run `python manage.py migrate`: `django.db.utils.NotSupportedError: nondeterministic collations are not supported for operator class "varchar_pattern_ops"`. I found that altering the existing field doesn't work, but instead it has to be recreated completely.
Back to Top