summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-01-20 17:44:49 +0200
committerLV-426 <lv-426@taproot.org.il>2015-01-20 17:44:49 +0200
commit6dfe532c0a5a5c2af66165576d68daac9738604d (patch)
tree06f2932ece0da0a7b0759cdd212533150296670f /res
parent111bebb03143cfb813959d382929f230d94d4288 (diff)
restore lost '__' label prefixes due to 7620e4460 being placed on wrong branch
Diffstat (limited to 'res')
-rw-r--r--res/neo4j/reset-db__single_link.cypher2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/neo4j/reset-db__single_link.cypher b/res/neo4j/reset-db__single_link.cypher
index ac5adfb4..ff1d5151 100644
--- a/res/neo4j/reset-db__single_link.cypher
+++ b/res/neo4j/reset-db__single_link.cypher
@@ -10,7 +10,7 @@ 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 });
+create (n:__HEAD:__Commit {hash: 'da39a3ee5e6b4b0d3255bfef95601890afd80709', blob: '', id: 'da39a3ee5e6b4b0d3255bfef95601890afd80709', name: 'root-commit', ts_created: 0 });
// Data
create (x:Person {name:'Bob', id: 'p_0', description: 'Bob is ...' });