aboutsummaryrefslogtreecommitdiff
path: root/setup_db.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup_db.sh')
-rwxr-xr-xsetup_db.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/setup_db.sh b/setup_db.sh
deleted file mode 100755
index b9eb3b9..0000000
--- a/setup_db.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env bash
-
-set -euo pipefail
-
-export PGPASSWORD=clickheretodie
-
-psql -h db -U thulani -w -c "CREATE EXTENSION IF NOT EXISTS pgcrypto" memes
-diesel migration run --database-url "postgres://thulani:clickheretodie@db/memes"