a tool for shared writing and social publishing
0

Configure Feed

Select the types of activity you want to include in your feed.

add new facts_reference index

Jared Pereira (Aug 27, 2025, 9:12 PM +0900) bae52e8e 6fdcfd64

+2
+2
supabase/migrations/20250827115826_updated_reference_index.sql
··· 1 + CREATE INDEX CONCURRENTLY facts_reference_idx2 ON public.facts USING btree (((data ->> 'value'::text))) WHERE (((data ->> 'type'::text) = 'reference'::text) OR ((data ->> 'type'::text) = 'ordered-reference'::text) OR ((data ->> 'type'::text) = 'spatial-reference'::text)); 2 + drop index facts_reference_idx;