fix migration and add smoke test for migrations #438
Reference in New Issue
Block a user
Delete Branch "fix-migration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
somehow money-rail gem was removed in a previous commit
as a consequence I wasn't able to run the migration to start the project
this PR adds it backand adds a smoke database reset test to ensure a new developper can always run migrations to start fresh on this projectI think it may be better to remove the dependency from the migration than bring back dead dependencies?
Sure I don’t have a detailed history of the project looking through the PRs I was under the impression the gem was removed by mistake. If that’s not the case then for sure I would prefer to fix the migration
Ah yes of course, checking git blame looks like it was removed in this PR: https://github.com/maybe-finance/maybe/pull/425. There's some discussion about this issue there too.
Great will update the PR to fix this migration without the gem them
Pr updated accordingly. Thanks for pointing me in the good direction