Closed PikachuEXE closed 1 year ago
Also add spec for db:rollback
db:rollback
I plan to change db:migrate:down/up to make them really run one migration only, not started yet Since I found issues even running rspec so I make these changes first
db:migrate:down/up
Hi @PikachuEXE , thanks for the great work on this.
I just found out that I opened PR with wrong branch (which doesn't changes .github/workflows/ci.yml branches)
.github/workflows/ci.yml
Don't worry, I updated it after merging.
Also add spec for
db:rollback
I plan to change
db:migrate:down/up
to make them really run one migration only, not started yet Since I found issues even running rspec so I make these changes first