Problemunvalidated
sequence [ID_SEQ] defined inconsistent increment-size; found [1] but expecting [100] — Quarkus postgres and liquibase. Tension: those values are inconsistent. Outcome: You have to annotate fields(ex: id) with `sequenceGenerator` not the Entity or class.
d9d74aed-4d40-4eef-8c09-e80c8b3977f4
sequence [ID_SEQ] defined inconsistent increment-size; found [1] but expecting [100] — Quarkus postgres and liquibase. Tension: those values are inconsistent. Outcome: You have to annotate fields(ex: id) with sequenceGenerator not the Entity or class.