We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b43482 + b42a2f9 commit 657f542Copy full SHA for 657f542
files/search-export/parts/accessions.sql
@@ -4,7 +4,7 @@ COPY (
4
'id', todo.search_export_id,
5
'urs_taxid', todo.urs_taxid,
6
'accession', todo.accession,
7
- 'common_name', COALESCE(tax.common_name, todo.common_name),
+ 'common_name', tax.common_name,
8
'database', todo.database,
9
'external_id', todo.external_id,
10
'function', todo.function,
0 commit comments