| Upgrading to 5.4 and all my @SequenceGenerator started failing.
Workaround is to override the default of 50, but I didn't see this change documented.
@SequenceGenerator(name = "organisation_id_seq", allocationSize = 1)
Using postgres-10, with sequences created via serial and bigserial types. |