diff options
author | Neil Johnson <neil@matrix.org> | 2018-08-08 13:33:16 +0100 |
---|---|---|
committer | Neil Johnson <neil@matrix.org> | 2018-08-08 13:33:16 +0100 |
commit | 312ae747466f7c60c0148b75446f357263330148 (patch) | |
tree | 17c2f3ab9ab1e10ea902c0eaee7cb56fb84d1deb /synapse/storage/schema | |
parent | Fix postgres compatibility bug (diff) | |
download | synapse-312ae747466f7c60c0148b75446f357263330148.tar.xz |
typos
Diffstat (limited to 'synapse/storage/schema')
-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 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 ); |