Gregor-Mendel-Institute / GWA-Portal

Web-app to store an display GWAS studies
gwas.gmi.oeaw.ac.at
5 stars 5 forks source link

allocationSize = 1 missing for publication entity #192

Open timeu opened 7 years ago

timeu commented 7 years ago

https://github.com/timeu/GWA-Portal/blob/master/genophenbrowser-server/src/main/java/com/gmi/nordborglab/browser/server/domain/util/Publication.java#L36

This leads to negative primary keys

timeu commented 7 years ago

As a workaround we increased increment for the publication_id_sequence to 50. Needs to be set back to 1 when the bug is fixed