From e9e8faa95cd4739aecdf8360af44d58f3c8f3700 Mon Sep 17 00:00:00 2001 From: Matthew Searle <65017209+matthewsearle01@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:32:20 +0100 Subject: [PATCH] fix duplicate judge id in dummy data --- terraform/environments/wardship/wardship_dummydata.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/environments/wardship/wardship_dummydata.sql b/terraform/environments/wardship/wardship_dummydata.sql index 0b778dfd30b..94bf8f482b0 100644 --- a/terraform/environments/wardship/wardship_dummydata.sql +++ b/terraform/environments/wardship/wardship_dummydata.sql @@ -826,7 +826,7 @@ COPY dbo."DistrictJudges" ("DistrictJudgeID", "Name") FROM stdin; 1 District Judge LENNON 2 District Judge MCCARTNEY 3 District Judge STARR -2 District Judge HARRISON +4 District Judge HARRISON \.