avoid wrong chemId/srcSinkId assignement with default zero

This commit is contained in:
Robert Osinski 2024-06-14 16:23:35 +00:00
parent 15bac5b8cd
commit a6f13c9a7f
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ else {
}
if (tablesVersion >= 31 ) {
concept chemId (zero,"chemId.def",conceptsDir2,conceptsDir1): no_copy,long_type,dump;
concept chemId (unknown,"chemId.def",conceptsDir2,conceptsDir1): no_copy,long_type,dump;
concept chemName (unknown,"chemName.def",conceptsDir2,conceptsDir1): no_copy,dump;
concept chemShortName (unknown,"chemShortName.def",conceptsDir2,conceptsDir1): no_copy,dump;
concept chemFormula (unknown,"chemFormula.def",conceptsDir2,conceptsDir1): no_copy,dump;
@ -58,7 +58,7 @@ if (tablesVersion >= 31 ) {
}
if (tablesVersion >= 31 ) {
concept srcSinkId (zero,"srcSinkId.def",conceptsDir2,conceptsDir1): no_copy,long_type,dump;
concept srcSinkId (unknown,"srcSinkId.def",conceptsDir2,conceptsDir1): no_copy,long_type,dump;
concept srcSinkName (unknown,"srcSinkName.def",conceptsDir2,conceptsDir1): no_copy,dump;
concept srcSinkShortName (unknown,"srcSinkShortName.def",conceptsDir2,conceptsDir1): no_copy,dump;