mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-19 01:54:18 -05:00
Move comment
This commit is contained in:
parent
fe4e885f54
commit
410b4e14a1
@ -28,8 +28,8 @@ CREATE UNIQUE INDEX groups_idx ON groups(group_id);
|
|||||||
CREATE TABLE group_users (
|
CREATE TABLE group_users (
|
||||||
group_id TEXT NOT NULL,
|
group_id TEXT NOT NULL,
|
||||||
user_id TEXT NOT NULL,
|
user_id TEXT NOT NULL,
|
||||||
is_admin BOOLEAN NOT NULL, -- whether the users membership can be seen by everyone
|
is_admin BOOLEAN NOT NULL,
|
||||||
is_public BOOLEAN NOT NULL
|
is_public BOOLEAN NOT NULL -- whether the users membership can be seen by everyone
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user