MarseyWorld/migrations/20240811-fix-searching-comm...

2 lines
74 B
MySQL
Raw Permalink Normal View History

CREATE INDEX comments_body_ts_idx ON public.comments USING GIN (body_ts);