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 created on GitHub.com and signed with GitHub’s verified signature.
1 parent 6ca6239 commit 317dde3
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
@@ -3853,3 +3853,4 @@ Department for International Trade<
Foo Bar
f"COM/{today.year}/00002
Create Reports Data
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 317dde3

Please sign in to comment.