Is there a way to delete all hanging reference to edges I have unsafely deleted in orientdb ?
I typed drop class MyEdge unsafe
in orientdb, but reference to this edge in outs of other vertices weren't deleted.
Any idea what is the right command I should have used to delete an edge and its references ?
I'm using orientdb 2.1.19
Thank you
delete MyEdge
? – Dalton Cézanedelete
was to delete a single edge, I want to delete a whole class. I don't have the error right now sorry, but it was telling me that the edge was not found. – matthiasbeTRUNCATE CLASS MyEdge UNSAFE
? – Dalton Cézane