diff options
author | Emile <hanemile@protonmail.com> | 2019-03-24 14:51:29 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-03-24 14:51:29 +0100 |
commit | 98ea6d0a94df342d5de3908df33601db7d6b31c2 (patch) | |
tree | e149d5d6df57cfe9effb12e8f14ee2ecdd0bd3fe /createsTables.sh | |
parent | f8cb2a4d3a5fdb56aeeeeb087afa939762637149 (diff) |
Diffstat (limited to 'createsTables.sh')
-rw-r--r-- | createsTables.sh | 7 |
1 files changed, 7 insertions, 0 deletions
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 + + |