According to OrientDB docs it says:
The Drop Property command removes a property from the schema. This does not delete property values ββin the records, but simply changes the schema information. Records will still have property values, if any.
This creates some problems in my code, causing the application null pointer exception to be excluded from the reset properties. Is there a way to remove a property and remove values ββfrom existing records.
Thanks in advance.
source share