Use BOOLEAN rather than TEXT type

pull/4/merge
Erik Johnston 7 years ago
parent ba3ff7918b
commit 8b50fe5330
  1. 2
      synapse/storage/schema/delta/43/group_server.sql

@ -150,7 +150,7 @@ CREATE TABLE local_group_membership (
user_id TEXT NOT NULL,
is_admin BOOLEAN 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
);

Loading…
Cancel
Save