// Flush match (n) optional match (n)-[r]-() delete r,n; // // Constraints // // FIXME: use wildcard constraint when supported // create constraint on (x:Person) assert x.id is unique; create constraint on (x:Skill) assert x.id is unique; create constraint on (x:Person) assert x.name is unique; create constraint on (x:Skill) assert x.name is unique; // init commit block chain create (n:__HEAD:__Commit {hash: 'da39a3ee5e6b4b0d3255bfef95601890afd80709', blob: '', id: 'da39a3ee5e6b4b0d3255bfef95601890afd80709', name: 'root-commit', ts_created: 0 });