mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Rails seems to have changed the options in schema.rb at some point to include more specifics but we didn't record this in our tracked schema.rb. As a result, production shows changes in that file after running migrations. Sometimes I also use production dumps in development, for example to test migrations. Then the schema is changed for the migration and for these syntax changes. Synching the schema with migration should standardise all our setups and and make git diffs clearer.