mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-23 10:05:55 +03:00
fix comment
This commit is contained in:
parent
6ef983ce5c
commit
f9f5559971
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
* limitations under the License.
|
* 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 (
|
CREATE TABLE monthly_active_users (
|
||||||
user_id TEXT NOT NULL,
|
user_id TEXT NOT NULL,
|
||||||
timestamp BIGINT NOT NULL
|
timestamp BIGINT NOT NULL
|
||||||
|
|
Loading…
Reference in a new issue