about summary refs log tree commit diff
path: root/createsTables.sh
diff options
context:
space:
mode:
Diffstat (limited to 'createsTables.sh')
-rw-r--r--createsTables.sh7
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                                                                            
+    
+