0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2025-03-05 06:20:14 +01:00

fix comment

This commit is contained in:
Neil Johnson 2018-08-01 12:03:42 +01:00
parent 6ef983ce5c
commit f9f5559971

View file

@ -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