Updated outdated comment

This commit is contained in:
Brendan Abolivier 2017-07-13 10:53:31 +01:00
parent 013a0a3732
commit bce9bce828
No known key found for this signature in database
GPG key ID: 8EF1500759F70623

View file

@ -19,7 +19,7 @@ import (
)
const membershipSchema = `
-- Stores data about accounts profiles.
-- Stores data about users memberships to rooms.
CREATE TABLE IF NOT EXISTS memberships (
-- The Matrix user ID localpart for the member
localpart TEXT NOT NULL,