Skip to content

[all] Little fix

Jana Treláková requested to merge all/little-seeding-fix into main

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.

Merge request reports