zulip/analytics/migrations
Rishi Gupta dfbeab73b5 analytics: Change update_analytics_counts to only use hour boundaries.
Fixes a recent regression where analytics were not being run on hour
boundaries.

Includes a migration that dumps all the analytics data.
2017-04-28 16:15:07 -07:00
..
0001_initial.py Reorder the columns in analytics tables inherited from BaseCount. 2016-10-06 17:51:01 -07:00
0002_remove_huddlecount.py analytics: Remove HuddleCount for now. 2016-10-14 10:18:37 -07:00
0003_fillstate.py analytics: Add table to keep track of fill state. 2016-10-14 10:18:37 -07:00
0004_add_subgroup.py analytics: Add subgroup column to analytics tables. 2016-10-27 16:33:58 -07:00
0005_alter_field_size.py analytics: Alter field length for property and interval in BaseCount. 2016-10-27 16:33:58 -07:00
0006_add_subgroup_to_unique_constraints.py analytics/models.py: Add subgroup column to unique_together constraints. 2016-11-01 16:53:56 -07:00
0007_remove_interval.py analytics: Remove interval field from *Count tables. 2017-01-17 15:54:57 -08:00
0008_add_count_indexes.py analytics: Add indexes to optimize performance of aggregation. 2017-02-01 15:47:49 -08:00
0009_remove_messages_to_stream_stat.py analytics: Fix direct import of models in migrations. 2017-03-14 16:59:54 -07:00
0010_clear_messages_sent_values.py analytics: Separate private messages from group private messages. 2017-03-20 11:46:29 -07:00
0011_clear_analytics_tables.py analytics: Change update_analytics_counts to only use hour boundaries. 2017-04-28 16:15:07 -07:00
__init__.py Add a new statistics/analytics framework. 2016-10-04 17:18:54 -07:00