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

Return code from rake db:migrate should indicate failure #108

Open ghost opened 8 years ago

ghost commented 8 years ago

When a migration fails, the return code from the rake db:migrate command should be non-zero so that the failure can be detected.