zilverline / sequent

CQRS & event sourcing framework for Ruby
https://www.sequent.io
MIT License
541 stars 58 forks source link

add xact_id to the event_records table when generating a sequent project #409

Closed Braitenberg closed 6 months ago

Braitenberg commented 6 months ago

while following docs/docs/getting-started.md this was causing bundle exec rake sequent:migrate:online to fail

...
E, [2024-03-01T12:13:29.239226 #44644] ERROR -- : +++++++++++++++ ERROR +++++++++++++++
E, [2024-03-01T12:13:29.239265 #44643] ERROR -- : +++++++++++++++ ERROR +++++++++++++++
E, [2024-03-01T12:13:29.239375 #44644] ERROR -- : PG::UndefinedColumn: ERROR:  column "xact_id" does not exist
LINE 2: ) AND (xact_id IS NULL OR xact_id < 2254234) ORDER BY aggreg...