diff options
author | Neil Johnson <neil@matrix.org> | 2018-08-01 12:03:42 +0100 |
---|---|---|
committer | Neil Johnson <neil@matrix.org> | 2018-08-01 12:03:42 +0100 |
commit | f9f55599718ba9849b2dee18e253dcaf8f5fcfe7 (patch) | |
tree | 0c1beb22eeb10d1771274502e1ccf84c8201d1ec /synapse | |
parent | api into monthly_active_users table (diff) | |
download | synapse-f9f55599718ba9849b2dee18e253dcaf8f5fcfe7.tar.xz |
fix comment
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/schema/delta/51/monthly_active_users.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/schema/delta/51/monthly_active_users.sql b/synapse/storage/schema/delta/51/monthly_active_users.sql index b3c0e1a676..f2b6d3e31e 100644 --- a/synapse/storage/schema/delta/51/monthly_active_users.sql +++ b/synapse/storage/schema/delta/51/monthly_active_users.sql @@ -13,7 +13,7 @@ * limitations under the License. */ --- a table of users who have requested that their details be erased +-- a table of monthly active users, for use where blocking based on mau limits CREATE TABLE monthly_active_users ( user_id TEXT NOT NULL, timestamp BIGINT NOT NULL |