summary refs log tree commit diff
path: root/synapse/storage/schema/delta
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2018-08-08 13:33:16 +0100
committerNeil Johnson <neil@matrix.org>2018-08-08 13:33:16 +0100
commit312ae747466f7c60c0148b75446f357263330148 (patch)
tree17c2f3ab9ab1e10ea902c0eaee7cb56fb84d1deb /synapse/storage/schema/delta
parentFix postgres compatibility bug (diff)
downloadsynapse-312ae747466f7c60c0148b75446f357263330148.tar.xz
typos
Diffstat (limited to 'synapse/storage/schema/delta')
-rw-r--r--synapse/storage/schema/delta/51/monthly_active_users.sql2
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 10aac90ce1..c9d537d5a3 100644 --- a/synapse/storage/schema/delta/51/monthly_active_users.sql +++ b/synapse/storage/schema/delta/51/monthly_active_users.sql
@@ -18,7 +18,7 @@ CREATE TABLE monthly_active_users ( user_id TEXT NOT NULL, -- Last time we saw the user. Not guaranteed to be accurate due to rate limiting -- on updates, Granularity of updates governed by - -- syanpse.storage.monthly_active_users.LAST_SEEN_GRANULARITY + -- synapse.storage.monthly_active_users.LAST_SEEN_GRANULARITY -- Measured in ms since epoch. timestamp BIGINT NOT NULL );