Skip to content

Commit

Permalink
fix dummy data (#6674)
Browse files Browse the repository at this point in the history
* fix duplicate judge id in dummy data
  • Loading branch information
matthewsearle01 authored Jul 15, 2024
1 parent 45e43f3 commit ef8c9bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/environments/wardship/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### **Last review date:**

17/08/2023
20/06/2024

### **Description:**

Expand Down
2 changes: 1 addition & 1 deletion terraform/environments/wardship/wardship_dummydata.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
\.


Expand Down

0 comments on commit ef8c9bb

Please sign in to comment.