Changes between Initial Version and Version 1 of Ticket #34107
- Timestamp:
- Oct 19, 2022, 11:00:54 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34107 – Description
initial v1 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__categorykey:12 And the following migration adding two indexes (note the difference in "->" and "->>") on "data__category" key: 13 13 14 14 {{{