songkick / oauth2-provider

Simple OAuth 2.0 provider toolkit
MIT License
529 stars 148 forks source link

Bugfixes for down migrations, and a rollback method #59

Closed gregates closed 10 years ago

gregates commented 10 years ago

Tried installing this gem on a project I'm working on today. After running the database migrations, as per my usual practice, I tried rolling them back. This failed due two a couple of small bugs in the down methods for the migrations.

This pull request fixes those bugs. It also adds a ::rollback class method (aliased as ::down) to the Songkick::OAuth2::Schema class, to mirror the ::migrate class method.

jcoglan commented 10 years ago

@gregates Thank you!