From 1981aa722aedcfa33e43b7257d66b28ddb22e150 Mon Sep 17 00:00:00 2001 From: Alyssa Dai Date: Mon, 6 Nov 2023 12:26:37 -0500 Subject: [PATCH] Remove --clear-data flag from vocab file upload command (#120) --- docs/infrastructure.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/infrastructure.md b/docs/infrastructure.md index 22c4a88d..f6c9417d 100644 --- a/docs/infrastructure.md +++ b/docs/infrastructure.md @@ -566,15 +566,14 @@ Run the following code (assumes you are in the `api` directory): === "Stardog" ``` bash ./add_data_to_graph.sh vocab \ - localhost:5820 test_data DBUSER DBPASSWORD \ - --clear-data + localhost:5820 test_data DBUSER DBPASSWORD ``` === "graphDB" ``` bash ./add_data_to_graph.sh vocab \ localhost:7200 repositories/my_db DBUSER DBPASSWORD \ - --clear-data --use-graphdb-syntax + --use-graphdb-syntax ``` ### Updating a dataset in the graph database