Hi everyone,
After running the command bench export-fixtures
, we get many changes in Git so that it’s impossible to track which fields have been added and which may have been removed.
This is because my team and I each work in our own dev environment and therefore our own database. With bench export-fixtures
, the JSON file is newly created, sorted by idx
and creation
, based on the Docs in the database.
The problem is that we always run into merge conflicts.
Is this a known problem? If so, how did you solve it, or what are we doing wrong?
Thanks in advance.