mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| 0001_initial.py | ||
| 0002_remove_huddlecount.py | ||
| 0003_fillstate.py | ||
| 0004_add_subgroup.py | ||
| 0005_alter_field_size.py | ||
| 0006_add_subgroup_to_unique_constraints.py | ||
| 0007_remove_interval.py | ||
| 0008_add_count_indexes.py | ||
| 0009_remove_messages_to_stream_stat.py | ||
| 0010_clear_messages_sent_values.py | ||
| 0011_clear_analytics_tables.py | ||
| 0012_add_on_delete.py | ||
| 0013_remove_anomaly.py | ||
| 0014_remove_fillstate_last_modified.py | ||