Changes between Version 1 and Version 2 of Ticket #34107
- Timestamp:
- Oct 19, 2022, 11:02:09 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34107 – Description
v1 v2 10 10 data = models.JSONField(null=False, blank=True, default=dict) 11 11 }}} 12 And the following migration adding two indexes (note the difference in "->" and "->>") on "data__category"key:12 And the following migration adding two indexes (note the difference in "->" and "->>") on {{{data__category}}} key: 13 13 14 14 {{{