mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
It looks like the resolution of a merge conflict introduced the wrong ordering of schema statements. Rails wants to sort tables alphabetically and running `./bin/rails db:migrate` on a fresh database altered the schema.rb file. This should be fixed here. Rails also omits the default setting of `precision: 6` since Rails 7. The vouchers feature was developed during the upgrade to Rails 7.