eugene-khyst / postgresql-event-sourcing

A reference implementation of an event-sourced system that uses PostgreSQL as an event store built with Spring Boot. Fork the repository and use it as a template for your projects. Or clone the repository and run end-to-end tests to see how everything works together.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Column outbox.last_id should be BigInt not Int4

guidoschmidt17 opened this issue · comments

Not a real issue for this demo, but I think it should reflect the type of event.id bigserial.

Great samples and blogs btw. Thank you.

@guidoschmidt17 , thanks for the suggestion. I will fix it in the upcoming update of the sample.

Fixed.