mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-10-09 10:28:25 -04:00
typos
This commit is contained in:
parent
e54794f5b6
commit
312ae74746
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue