Open sriramkanakam87 opened 2 months ago
Due to the presence of an unexpected comma there is an error in splitting organisms and data got split into organism and organism_part.
Affected ids in the entries table:
All of them should be in the organism column
They are split into organism and organism_part
select * from entries where id in(441164, 330804, 365645);
No response
It is not environment issue
Summary
Due to the presence of an unexpected comma there is an error in splitting organisms and data got split into organism and organism_part.
Description
Affected ids in the entries table:
Expected Behavior
All of them should be in the organism column
Actual Behavior
They are split into organism and organism_part
Steps to Reproduce
select * from entries where id in(441164, 330804, 365645);
Screenshots/Logs
No response
Environment
It is not environment issue
Additional Information
No response