I recently created a new patch where I removed a field from the main form of one of my custom entities. I didn't delete it from the entity because I want to retain any old data on the target environment, just removed it from the form.
The patch was deployed onto another environment where the same field still existed on the form on the base solution.
I expected the patch to update the same form on the target environment but it didn't, its still on the other form. What do I need to do in order to remove a field from a form on the target environment?