Skip to content

Commit

Permalink
Fix for add report data when resetting local db
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspp committed Feb 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3a5ad4b commit b189296
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pii-ner-exclude.txt
Original file line number Diff line number Diff line change
@@ -3866,3 +3866,4 @@ Published Subject
Retraction Subject
MAILSHOT_DOCUMENT
Test Mailshot 3.pdf
args="add_reports_data
3 changes: 2 additions & 1 deletion scripts/reset-local-docker-db
Original file line number Diff line number Diff line change
@@ -6,7 +6,8 @@ make down
docker volume rm icms_pgdata
make migrate
make localstack
make manage args="create_icms_groups add_reports_data"
make manage args="create_icms_groups"
make manage args="add_reports_data"
make add_dummy_data
make manage args="set_icms_sites http://caseworker:8080 http://export-a-certificate:8080 http://import-a-licence:8080"

0 comments on commit b189296

Please sign in to comment.