From f629124541781f20697fd106c38c4f01b4d8e65e Mon Sep 17 00:00:00 2001 From: SneedBot Date: Sat, 9 Mar 2024 12:00:14 +0000 Subject: [PATCH] sneed --- schema.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/schema.sql b/schema.sql index ee8b49ec4..66b379679 100644 --- a/schema.sql +++ b/schema.sql @@ -528,8 +528,7 @@ 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, - group_dm_ids integer[] + body_ts tsvector GENERATED ALWAYS AS (to_tsvector('simple'::regconfig, (body)::text)) STORED );