Skip to content

Commit

Permalink
Correct the implementation of the drop-cases script #2670
Browse files Browse the repository at this point in the history
  • Loading branch information
iamleeg committed May 5, 2022
1 parent 155a3d8 commit 340128e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-serving/scripts/setup-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "tsc --noEmit && eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
"import-sample-data": "python3 ./import-sample-data.py",
"migrate": "npm ci && migrate-mongo up",
"delete-all-cases": "mongo $CONN --eval 'db.collection.deleteMany({})'"
"delete-all-cases": "mongo $CONN --eval 'db.cases.deleteMany({})'"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 340128e

Please sign in to comment.