From f7c84c671329b49dedae8ce7b2504360f135f648 Mon Sep 17 00:00:00 2001 From: SneedBot Date: Fri, 8 Mar 2024 04:00:15 +0000 Subject: [PATCH] sneed --- schema.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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[] );