Is there a way to skip fixtures for a specific DocType?
For example, I have a DocType called “abc” that currently has 20 records. I created fixtures for these 20 records, but when I add a new record and attempt to migrate, it gets deleted because the fixtures do not include the newly added record. I would like to know how to skip fixture synchronization for this specific DocType.
Could you provide guidance on how to achieve this?
it will use some hook and manage to deploy data data by code, and not by json fixture, and even here Frappe teams create custom field by code and not but fixtures