Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for add report data when resetting local db
Browse files Browse the repository at this point in the history
marcuspp committed Feb 28, 2024

Verified

This commit was signed with the committer’s verified signature.
maleck13 Craig Brookes
1 parent e719f75 commit a4231ec
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
@@ -3857,3 +3857,4 @@ Create Reports Data
the Supplementary Report
{{ application_field(report.transport |
Add New Supplementary Report
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 a4231ec

Please sign in to comment.