Skip to content
Snippets Groups Projects
Commit 52d12a9c authored by Piotr Gawron's avatar Piotr Gawron
Browse files

remove duplicate reaction ids

parent dd74eff5
No related branches found
No related tags found
2 merge requests!35712.0.1 into master,!354Resolve "problem with loading old maps"
-- issue #461 - duplicates in reaction ids resolved
update reaction_table r set idreaction=concat(r.idreaction,'_',r.iddb) from (select idreaction, model_iddb from reaction_table group by idreaction, model_iddb having count(*)>1) t where r.idreaction=t.idreaction and r.model_iddb=t.model_iddb;
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