From 75c34b747fc3f6cc776266200db4d1177ca7093e Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 27 Aug 2020 13:56:26 +0100 Subject: added utility scripts for dropping database, etc --- utility/drop_and_recreate.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 utility/drop_and_recreate.sh (limited to 'utility/drop_and_recreate.sh') diff --git a/utility/drop_and_recreate.sh b/utility/drop_and_recreate.sh new file mode 100755 index 0000000..89734f4 --- /dev/null +++ b/utility/drop_and_recreate.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +echo "Ensure this is run from project root." +echo "Dropping database..." +sudo -u postgres psql -f utility/drop_and_recreate.sql +echo "Done." + -- cgit v1.2.3