TheJacksonLaboratory / POET

A curation application for HPO and MAxO
https://thejacksonlaboratory.github.io/POET/
2 stars 0 forks source link

fix to select pubmed identifier if someone tries to save a new one an… #130

Closed iimpulse closed 1 year ago

iimpulse commented 1 year ago
  1. Fixing unique annotation_source.
  2. Updating annotation source to find publications in existing list first
  3. The final piece to this is updating our db with the unique constraint since jpa wont alter table. In an ideal world we would use a flyway migration to manage this change but we don't have the time.