From 98ea6d0a94df342d5de3908df33601db7d6b31c2 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 24 Mar 2019 14:51:29 +0100 Subject: committing untracked files --- createsTables.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 createsTables.sh (limited to 'createsTables.sh') diff --git a/createsTables.sh b/createsTables.sh new file mode 100644 index 0000000..0f20c7b --- /dev/null +++ b/createsTables.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +echo "Recreating the tables..." +curl -X POST http://localhost:8080/createNodesTable +curl -X POST http://localhost:8080/createStarsTable + + -- cgit 1.4.1