Skip to content
Snippets Groups Projects
Commit d482283b authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Back out last commit by commenting out.

parent 36b2107c
No related branches found
No related tags found
No related merge requests found
......@@ -80,8 +80,9 @@ SELECT child_term_id, parent_term_id, 1, child_term_id
FROM relation r,
relation_type rt
WHERE rt.name IN (
'is_a', 'part_of', -- in GO and SO
'has_part', 'derives_from', 'member_of' -- in SO only
'is_a', 'part_of' -- in both GO and SO
-- THE FOLLOWING ARE REMOVED FOR NOW
-- 'has_part', 'derives_from', 'member_of' -- in SO only
)
AND r.relation_type_id = rt.relation_type_id
) );
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment