Closed lcmen closed 2 years ago
This PR adds db/migrate folder to prevent error when running bin/hanami db version on fresh new project from the template:
db/migrate
bin/hanami db version
sequel-5.54.0/lib/sequel/extensions/migration.rb:454:in `initialize': Must supply a valid migration path (Sequel::Migrator::Error)
Thanks @lcmen! I have this change in #66 too. I'll see if I can get that merged
Thanks @cllns and sorry for missing your PR.
This PR adds
db/migrate
folder to prevent error when runningbin/hanami db version
on fresh new project from the template: