TalentBox / sequel-rails

A gem for using Sequel with Rails 5.x, 6.x, 7.x, 8.x
http://talentbox.github.io/sequel-rails/
MIT License
326 stars 81 forks source link

Add allow_missing_migration_files option #172

Closed artofhuman closed 5 years ago

artofhuman commented 5 years ago

This PR allow use allow_missing_migration_files in config

ref to sequel commit https://github.com/jeremyevans/sequel/commit/b64b812a45d8aa657edc0e605c8c733a3f0b3cab

JonathanTron commented 5 years ago

Hi @artofhuman thanks for the great PR. I'll merge as soon as the tests pass.