influitive / apartment

Database multi-tenancy for Rack (and Rails) applications
2.67k stars 463 forks source link

Rake DB Rollback STEP Doubled #572

Open ramandika opened 5 years ago

ramandika commented 5 years ago

Steps to reproduce

Let's say you have N number of migration, and you want to rollback some of the migrations with this method rake db:rollback STEP=X

Expected behavior

It should rollback X latest schema

Actual behavior

It actually rollback 2X latest schema (doubled)

System configuration