From dc32015dd5b988dcc428a0f7a624c8742f45fe31 Mon Sep 17 00:00:00 2001 From: Sandeep Reehall <35725129+Sandalorian@users.noreply.github.com> Date: Tue, 21 Jul 2026 15:13:22 +0100 Subject: [PATCH] fix graph name --- config/neo4j/seed/role-analyst.json | 2 +- config/neo4j/seed/role-investigator.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/neo4j/seed/role-analyst.json b/config/neo4j/seed/role-analyst.json index b2f38d3..b755755 100644 --- a/config/neo4j/seed/role-analyst.json +++ b/config/neo4j/seed/role-analyst.json @@ -4,7 +4,7 @@ "dropIfExists": true, "privileges": [ { - "graph": "cases", + "graph": "movies", "access": true, "rules": [ { diff --git a/config/neo4j/seed/role-investigator.json b/config/neo4j/seed/role-investigator.json index 14033d1..a81efc4 100644 --- a/config/neo4j/seed/role-investigator.json +++ b/config/neo4j/seed/role-investigator.json @@ -4,7 +4,7 @@ "dropIfExists": true, "privileges": [ { - "graph": "cases", + "graph": "movies", "access": true, "rules": [ {