zulip/analytics/migrations
Tim Abbott 9ac3e1099c analytics: Remove last_modified field from FillState.
This field wasn't used for anything, and I think it has very limited
use for debugging, since fundamentally, it'll almost always have a
value within the hour of the actual timestamp in FillState, and any
more fine-grained logging we might want would be available in the
analytics job's own logs.

The proximal reason to remove it is that apparently Django's
model_to_dict doesn't support auto_now fields, and that caused some
trouble when working on adding more complete import/export support for
analytics data.
2020-01-26 20:38:26 -08:00
..
0001_initial.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
0002_remove_huddlecount.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
0003_fillstate.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
0004_add_subgroup.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
0005_alter_field_size.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
0006_add_subgroup_to_unique_constraints.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
0007_remove_interval.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
0008_add_count_indexes.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
0009_remove_messages_to_stream_stat.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
0010_clear_messages_sent_values.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
0011_clear_analytics_tables.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
0012_add_on_delete.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
0013_remove_anomaly.py analytics: Remove Anomaly model. 2019-02-01 18:48:18 -08:00
0014_remove_fillstate_last_modified.py analytics: Remove last_modified field from FillState. 2020-01-26 20:38:26 -08:00
__init__.py Add a new statistics/analytics framework. 2016-10-04 17:18:54 -07:00