summaryrefslogtreecommitdiff
path: root/res/neo4j/reset-db__clean.cypher
blob: 2e5b401af960f49fffd4f8b1248c971ef952f098 (plain)
1
2
3
4
5
6
7
8
//
// [!] Deprecated in favor of auto-initialization by rhizi server,
//     left as to aid clearing the DB during development.
//

// Flush
match (n) optional match (n)-[r]-() delete r,n;