hanami / hanami-2-application-template

Hanami 2 application starter template
107 stars 25 forks source link

Include migration folder #79

Closed lcmen closed 2 years ago

lcmen commented 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:

sequel-5.54.0/lib/sequel/extensions/migration.rb:454:in `initialize': Must supply a valid migration path (Sequel::Migrator::Error)
cllns commented 2 years ago

Thanks @lcmen! I have this change in #66 too. I'll see if I can get that merged

lcmen commented 2 years ago

Thanks @cllns and sorry for missing your PR.