zilverline / sequent

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

New Installation : Unable to proceed beyond running migrations #416

Closed mainangethe closed 1 month ago

mainangethe commented 2 months ago

Trying to learn sequent. Following instructions as per the tutorial on sequent.io site.

At the migrations steps, I'm running into an error. Screenshot 2024-08-14 at 19 21 00

My Env

lvonk commented 2 months ago

Hi @mainangethe , thanks for reporting. This issue if fixed in master but hasn't been released yet. Locate sequent_schema.rb in your project and replace with https://github.com/zilverline/sequent/blob/e748e9283111d5b708076fa62354a9ec691f3418/lib/sequent/generator/template_project/db/sequent_schema.rb. That should fix it. We are working on a new release, but it requires some more time since it involves some breaking changes.

lvonk commented 1 month ago

We released 7.1.0 so this should be fixed.