diff --git a/schema.sql b/schema.sql index a1a9b733d..df4318a59 100644 --- a/schema.sql +++ b/schema.sql @@ -528,7 +528,8 @@ CREATE TABLE public.comments ( sharpened boolean NOT NULL, num_of_pinned_children integer NOT NULL, distinguished boolean NOT NULL, - body_ts tsvector GENERATED ALWAYS AS (to_tsvector('simple'::regconfig, (body)::text)) STORED + body_ts tsvector GENERATED ALWAYS AS (to_tsvector('simple'::regconfig, (body)::text)) STORED, + group_dm_ids integer[] );