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

DEV instances have broken DB schemas #1719

Open orenyk opened 6 years ago

orenyk commented 6 years ago

Due to the fact that we deployed an earlier version to DEV before reverting the ordering changes (in #1697), our DEV instances currently have an extra ordering column in the equipment_models table in their db schema that isn't reflected in Rails and prevents new Equipment Models from being created. In order to fix this we should refresh all DEV databases from the current PROD instances and re-run migrations (since the offending migration has since been removed). We should also update our CHANGELOG for v6.3.0 to remove the line about equipment model ordering.