Changes between Version 2 and Version 3 of Ticket #33901, comment 16
- Timestamp:
- Jul 8, 2023, 10:07:19 AM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33901, comment 16
v2 v3 36 36 }}} 37 37 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"` 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"`. I found that altering the existing field doesn't work, but instead it has to be recreated completely.