-
Notifications
You must be signed in to change notification settings - Fork 157
Open
Description
Expected Behavior
See #852 — when we use the migration API to clean up the content model and delete deprecated fields, we're missing the ability to delete entries of that field type at the same time.
Possible Solution
I would be fine with this being an option that could be passed to the deleteContentType method (as suggested in the previous ticket) or if this would be added as a standalone method.
deleteEntriesOfType(id: string) or something along those lines.
Context
The problem lies in having to go in and manually delete entries in the GUI (on the master environment no less) before running migrations, which is a step out of the process we have in place.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels