VForWaTer / metacatalog

Modular metadata management platform for environmental data.
https://vforwater.github.io/metacatalog
GNU General Public License v3.0
3 stars 1 forks source link

Set squences to higher values #89

Closed mmaelicke closed 4 years ago

mmaelicke commented 4 years ago

Right now, the sequences are increased to the next element on database creation. The sequences should start from 10,000 or so, because future database migrations, that might introduce new default values will take up sequence values <10,000. Otherwise the users might run into unique constraint violations.