Same bench, we have 2 sites, field changes of one site is not reflecting to another site
bench migration also not working
run
bench --site {site_name} migrate
on another site
Hi,
If you are changing standard fields through Customize form, it will saved in database of that particular site and will not impact in another site automatically. If you need to change that field on your other sites also, you have to run the export fixtures command and export your changes to your custom app. Install that custom app on another site and run the bench migrate command will bring that changes in other site also.
You can watch this video for more details: Fixtures and Custom Fields in Frappe and ERPNext
Thanks,
Divyesh Mangroliya