mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-10 16:33:11 -06:00
Updated outdated comment
This commit is contained in:
parent
013a0a3732
commit
bce9bce828
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue