zulip/analytics/migrations
Anders Kaseorg 7e707270f0 models: Convert deprecated index_together option to indexes.
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>
2023-07-12 07:12:43 -07:00
..
0001_initial.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0002_remove_huddlecount.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0003_fillstate.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0004_add_subgroup.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0005_alter_field_size.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0006_add_subgroup_to_unique_constraints.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0007_remove_interval.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0008_add_count_indexes.py models: Convert deprecated index_together option to indexes. 2023-07-12 07:12:43 -07:00
0009_remove_messages_to_stream_stat.py migrations: Import BaseDatabaseSchemaEditor from its canonical module. 2023-03-05 14:46:28 -08:00
0010_clear_messages_sent_values.py migrations: Import BaseDatabaseSchemaEditor from its canonical module. 2023-03-05 14:46:28 -08:00
0011_clear_analytics_tables.py migrations: Import BaseDatabaseSchemaEditor from its canonical module. 2023-03-05 14:46:28 -08:00
0012_add_on_delete.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0013_remove_anomaly.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0014_remove_fillstate_last_modified.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0015_clear_duplicate_counts.py migrations: Import BaseDatabaseSchemaEditor from its canonical module. 2023-03-05 14:46:28 -08:00
0016_unique_constraint_when_subgroup_null.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
__init__.py