YaleSTC / reservations

Manage equipment loans & reservations. Who can borrow what, for how long?
yalestc.github.io/reservations
MIT License
139 stars 58 forks source link

overdue_count migration is broken #1722

Closed orenyk closed 6 years ago

orenyk commented 6 years ago

Whoops

orenyk commented 6 years ago

It currently includes returned overdue reservations when setting the overdue_count of equipment models. I'm going to add a new migration to the end here that will just set the value again with an accurate query - this way even if someone had installed and run the old broken migration it should still fix it.