mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 01:13:10 -06:00
Updated outdated comment
This commit is contained in:
parent
013a0a3732
commit
bce9bce828
|
|
@ -19,7 +19,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const membershipSchema = `
|
const membershipSchema = `
|
||||||
-- Stores data about accounts profiles.
|
-- Stores data about users memberships to rooms.
|
||||||
CREATE TABLE IF NOT EXISTS memberships (
|
CREATE TABLE IF NOT EXISTS memberships (
|
||||||
-- The Matrix user ID localpart for the member
|
-- The Matrix user ID localpart for the member
|
||||||
localpart TEXT NOT NULL,
|
localpart TEXT NOT NULL,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue