zulip/analytics/migrations
Umair Khan c74f125b7c analytics: Add on_delete in foreign keys.
on_delete will be a required arg for ForeignKey in Django 2.0. Set it
to models.CASCADE on models and in existing migrations if you want to
maintain the current default behavior.
See https://docs.djangoproject.com/en/1.11/ref/models/fields/#django.db.models.ForeignKey.on_delete
2017-06-13 15:13:49 -07:00
..
0001_initial.py analytics: Add on_delete in foreign keys. 2017-06-13 15:13:49 -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