t.index["project_id","name","ref"],name: "index_ci_builds_on_project_id_and_name_and_ref",where: "(((type)::text = 'Ci::Build'::text) AND ((status)::text = 'success'::text) AND ((retried = false) OR (retried IS NULL)))"
t.index["project_id","status"],name: "index_ci_builds_project_id_and_status_for_live_jobs_partial2",where: "(((type)::text = 'Ci::Build'::text) AND ((status)::text = ANY (ARRAY[('running'::character varying)::text, ('pending'::character varying)::text, ('created'::character varying)::text])))"
t.index["project_id"],name: "index_ci_builds_on_project_id_for_successfull_pages_deploy",where: "(((type)::text = 'GenericCommitStatus'::text) AND ((stage)::text = 'deploy'::text) AND ((name)::text = 'pages:deploy'::text) AND ((status)::text = 'success'::text))"