Skip to content

Commit 657f542

Browse files
authored
Merge pull request #152 from RNAcentral/fix-common-names
Do not use common names from rnc_accessions
2 parents 0b43482 + b42a2f9 commit 657f542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/search-export/parts/accessions.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY (
44
'id', todo.search_export_id,
55
'urs_taxid', todo.urs_taxid,
66
'accession', todo.accession,
7-
'common_name', COALESCE(tax.common_name, todo.common_name),
7+
'common_name', tax.common_name,
88
'database', todo.database,
99
'external_id', todo.external_id,
1010
'function', todo.function,

0 commit comments

Comments
 (0)