Bug: Deleting predicate doesn’t remove reference from type

Hey there,
When I’m deleting a predicate through ratel, which is still used by a type, the reference in type is not deleted. This causes problems when exporting the database: e.g. I had a predicate called <creationDate>> with a spelling mistake of two ">>" at the end. I deleted it through ratel, then exported with curl, and tried to import the schema and use the bulk loader to import the data, which fails due to the faulty schema.

I couldn’t reproduce this using Ratel (two methods) or via HTTP in the Alter endpoint. Using latest releases. Maybe this is in an old version. Would you mind to share which one you using?

Cheers.