django-auditlog/auditlog/migrations
Andreas Hasenkopf ae60832717 Add a DB index to LogEntry's action field (#236)
For some applications the possibility to filter by the `action` field might be really interesting. However the lack of an index can lead to severe reduction of such queries.

The simplest solution: Let's a DB index on that field :)
2022-02-24 17:43:28 +03:00
..
0001_initial.py Apply isort to the code base 2021-06-24 14:33:30 +03:00
0002_auto_support_long_primary_keys.py Apply isort to the code base 2021-06-24 14:33:30 +03:00
0003_logentry_remote_addr.py Apply isort to the code base 2021-06-24 14:33:30 +03:00
0004_logentry_detailed_object_repr.py Apply isort to the code base 2021-06-24 14:33:30 +03:00
0005_logentry_additional_data_verbose_name.py Apply isort to the code base 2021-06-24 14:33:30 +03:00
0006_object_pk_index.py Blacken the code 2021-06-24 13:04:48 +03:00
0007_object_pk_type.py Blacken the code 2021-06-24 13:04:48 +03:00
0008_timestamp_index.py Blacken the code 2021-06-24 13:04:48 +03:00
0009_timestamp_id_index.py Blacken the code 2021-06-24 13:04:48 +03:00
0010_action_index.py Add a DB index to LogEntry's action field (#236) 2022-02-24 17:43:28 +03:00
__init__.py Clean up project structure 2020-11-12 16:15:05 +03:00