django-auditlog/auditlog/migrations
George Leslie-Waksman 1e7d320a93
Add an index to the timestamp column (#364)
Many queries, including the default ordering, for the LogEntry
model rely on the timestamp field. Adding an index will ensure
reasonable scalability for large audit logs.
2022-05-31 09:01:13 +02:00
..
0001_initial.py Add isort and sort orders with isort. 2020-12-06 23:10:18 +01:00
0002_auto_support_long_primary_keys.py Add isort and sort orders with isort. 2020-12-06 23:10:18 +01:00
0003_logentry_remote_addr.py Add isort and sort orders with isort. 2020-12-06 23:10:18 +01:00
0004_logentry_detailed_object_repr.py Drop Django 2.2 support. 2022-05-01 13:48:26 +02:00
0005_logentry_additional_data_verbose_name.py Drop Django 2.2 support. 2022-05-01 13:48:26 +02:00
0006_object_pk_index.py Add black and format files with black. 2020-12-06 23:10:18 +01:00
0007_object_pk_type.py Add black and format files with black. 2020-12-06 23:10:18 +01:00
0008_action_index.py Add a DB index to LogEntry's action field (#236) 2022-01-04 10:06:45 +01:00
0009_alter_logentry_additional_data.py Drop Django 2.2 support. 2022-05-01 13:48:26 +02:00
0010_alter_logentry_timestamp.py Add an index to the timestamp column (#364) 2022-05-31 09:01:13 +02:00
__init__.py Clean up project structure 2020-09-07 16:52:32 +02:00