DROP INDEX IF EXISTS public.type_status_idx; CREATE INDEX IF NOT EXISTS type_status_idx ON thumbnail (type, status);