zulip/analytics/migrations
arpit551 a68d38cc52 migrations: Upgrade migrations to remove duplicates in all Count tables.
This commit upgrades 0015_clear_duplicate_counts migration to remove
duplicate count in StreamCount, UserCount, InstallationCount as well.

Fixes https://github.com/zulip/docker-zulip/issues/266
2020-07-30 15:18:00 -07:00
..
0001_initial.py python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
0002_remove_huddlecount.py python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
0003_fillstate.py python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
0004_add_subgroup.py python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
0005_alter_field_size.py python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
0006_add_subgroup_to_unique_constraints.py python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
0007_remove_interval.py python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
0008_add_count_indexes.py python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
0009_remove_messages_to_stream_stat.py migrations: Use django.db.backends.postgresql.schema. 2020-04-26 22:20:24 -07:00
0010_clear_messages_sent_values.py migrations: Use django.db.backends.postgresql.schema. 2020-04-26 22:20:24 -07:00
0011_clear_analytics_tables.py migrations: Use django.db.backends.postgresql.schema. 2020-04-26 22:20:24 -07:00
0012_add_on_delete.py python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
0013_remove_anomaly.py python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
0014_remove_fillstate_last_modified.py python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
0015_clear_duplicate_counts.py migrations: Upgrade migrations to remove duplicates in all Count tables. 2020-07-30 15:18:00 -07:00
0016_unique_constraint_when_subgroup_null.py analytics: Fix missing unique constraint when subgroup is null. 2020-03-06 11:10:04 -08:00
__init__.py