[all] Little fix
Postgres does not increment IDs when seeding is applied. We had to use SEQUENTIAL for Postgres as it does not work for us with any other GENERATION STRATEGY in hibernate.
Postgres does not increment IDs when seeding is applied. We had to use SEQUENTIAL for Postgres as it does not work for us with any other GENERATION STRATEGY in hibernate.