zulip/analytics/migrations
Alex Vandiver 09e9c75ec6 analytics: Remove `active_users` and `active_users_log` metrics.
Both of these are inaccurate, not currently used anywhere, and have
been superseded by the `active_users_audit` metric.
2024-06-03 12:35:35 -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
0017_regenerate_partial_indexes.py analytics: Regenerate partial indexes due to Django bug. 2023-11-16 13:53:04 -08:00
0018_remove_usercount_active_users_audit.py analytics: Make active_users_audit into a RealmCount. 2024-06-03 12:35:35 -07:00
0019_remove_unused_counts.py analytics: Remove `active_users` and `active_users_log` metrics. 2024-06-03 12:35:35 -07:00
__init__.py