diff options
author | Neil Johnson <neil@matrix.org> | 2018-08-01 17:54:37 +0100 |
---|---|---|
committer | Neil Johnson <neil@matrix.org> | 2018-08-01 17:54:37 +0100 |
commit | ec716a35b219d147dee51733b55573952799a549 (patch) | |
tree | 4f4437a3705b5341f5924f397ac85644d13af600 /synapse | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into neilj/mau_tracker (diff) | |
download | synapse-ec716a35b219d147dee51733b55573952799a549.tar.xz |
change monthly_active_users table to be a single column
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/monthly_active_users.py | 10 | ||||
-rw-r--r-- | synapse/storage/schema/delta/51/monthly_active_users.sql | 4 |
2 files changed, 4 insertions, 10 deletions
diff --git a/synapse/storage/monthly_active_users.py b/synapse/storage/monthly_active_users.py |