You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The custom fields should be exported by bench --site site_name export-fixtures because if they continue as they are now (with the custom folder and the .json file for each doctype), they overwrite every other custom field when you perform a bench migrate. This is a critical bug and should be solved.
The text was updated successfully, but these errors were encountered:
So i am not sure bench migrate would overwrite other custom fields as my json has only above mentioned changes.
Please guide if I am not understanding. Thanks!
The problem is the way it's done. We had that problem in production, it overwrites all fields from the Item table. We had to uninstall the app. Try using export-fixtures, it should solve it.
The custom fields should be exported by
bench --site site_name export-fixtures
because if they continue as they are now (with the custom folder and the .json file for each doctype), they overwrite every other custom field when you perform abench migrate
. This is a critical bug and should be solved.The text was updated successfully, but these errors were encountered: