Skip to content
Snippets Groups Projects
Commit b0219d35 authored by tjc's avatar tjc
Browse files

fixes

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@6251 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent d7d11bed
No related branches found
No related tags found
No related merge requests found
......@@ -234,11 +234,11 @@
f.feature_id AS id,
uniquename,
organism_id AS organismId,
f.name,
f.name AS feature_name,
f.type_id,
f.dbxref_id AS dbXRefId,
f.seqlen,
fp.type_id AS prop_type_id, fp.rank AS prop_rank, fp.value,
fp.type_id AS prop_type_id, fp.rank AS prop_rank, fp.value, fp.featureprop_id,
dbxref.*, db.*
FROM feature f
LEFT JOIN featureprop fp ON fp.feature_id=f.feature_id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment