mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Use BOOLEAN rather than TEXT type
This commit is contained in:
parent
ba3ff7918b
commit
8b50fe5330
@ -150,7 +150,7 @@ CREATE TABLE local_group_membership (
|
|||||||
user_id TEXT NOT NULL,
|
user_id TEXT NOT NULL,
|
||||||
is_admin BOOLEAN NOT NULL,
|
is_admin BOOLEAN NOT NULL,
|
||||||
membership TEXT NOT NULL,
|
membership TEXT NOT NULL,
|
||||||
is_publicised TEXT NOT NULL, -- if the user is publicising their membership
|
is_publicised BOOLEAN NOT NULL, -- if the user is publicising their membership
|
||||||
content TEXT NOT NULL
|
content TEXT NOT NULL
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user