mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
I feel embarrased that this is the second follow up of my last migration: https://github.com/openfoodfoundation/openfoodnetwork/pull/3126 The last migration didn't change any database structure, but the schema still needs the latest migration version. Otherwise it will display pending migrations when setting up the database. This commit allows to run `bundle exec rake db:reset` in development without the following message: Run `rake db:migrate` to update your database then try again. You have 1 pending migrations: 20181123012635 AssociateCustomersToUsers The next pull request with a migration would have solved this problem as well.