about summary refs log tree commit diff
path: root/createsTables.sh
blob: 0f20c7bc5c95b351a682881dcac44cea39a8c943 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash

echo "Recreating the tables..."
curl -X POST http://localhost:8080/createNodesTable                                                                            
curl -X POST http://localhost:8080/createStarsTable