|
|
@ -170,8 +170,9 @@
|
|
|
|
(p:property)-[pc:of]->(i),
|
|
|
|
(p:property)-[pc:of]->(i),
|
|
|
|
(p)-[pac:of]->(a:attribute),
|
|
|
|
(p)-[pac:of]->(a:attribute),
|
|
|
|
(i)-[lt:link_to]->(),
|
|
|
|
(i)-[lt:link_to]->(),
|
|
|
|
(i)<-[lf:link_from]-()
|
|
|
|
(i)<-[lf:link_from]-(),
|
|
|
|
DELETE pac, pc, cb, ic, p, lt, lf, i")
|
|
|
|
(i)-[tw:tagged_with]->()
|
|
|
|
|
|
|
|
DELETE pac, pc, cb, ic, p, lt, lf, tw, i")
|
|
|
|
(defn delete! [uuid]
|
|
|
|
(defn delete! [uuid]
|
|
|
|
(neo4j/exec-query! delete {:uuid uuid}))
|
|
|
|
(neo4j/exec-query! delete {:uuid uuid}))
|
|
|
|
|
|
|
|
|
|
|
|