pull/225/head
SneedBot 2024-03-09 12:00:14 +00:00
parent 81a4789b11
commit f629124541
1 changed files with 1 additions and 2 deletions

View File

@ -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
);