zilverline / sequent

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

Reset the column information on all tables in the plan when migrated online #381

Closed lvonk closed 1 year ago

lvonk commented 1 year ago

If rake sequent:migrate:offline is called in the same memory space like: rake sequent:migrate:online sequent:migrate:offline it fails. This scenario is typically done in development environments in which there is no need for downtime.