mirror of
https://github.com/zulip/zulip.git
synced 2026-06-18 21:01:52 +08:00
index_together is slated for removal in Django 5.1: https://docs.djangoproject.com/en/4.2/internals/deprecation/#deprecation-removed-in-5-1 We set the optional index names to match the previously generated index names to avoid adding new migrations. Signed-off-by: Anders Kaseorg <anders@zulip.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| 0001_initial.py | ||
| 0002_remove_huddlecount.py | ||
| 0003_fillstate.py | ||
| 0004_add_subgroup.py | ||
| 0005_alter_field_size.py | ||
| 0006_add_subgroup_to_unique_constraints.py | ||
| 0007_remove_interval.py | ||
| 0008_add_count_indexes.py | ||
| 0009_remove_messages_to_stream_stat.py | ||
| 0010_clear_messages_sent_values.py | ||
| 0011_clear_analytics_tables.py | ||
| 0012_add_on_delete.py | ||
| 0013_remove_anomaly.py | ||
| 0014_remove_fillstate_last_modified.py | ||
| 0015_clear_duplicate_counts.py | ||
| 0016_unique_constraint_when_subgroup_null.py | ||