aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2022-11-28 11:00:36 -0500
committerNathan Perry <np@nathanperry.dev>2022-11-28 11:00:36 -0500
commit22cdf56ffccaefd0c9a4cb67cac87c7620d2d3f3 (patch)
tree482b22c322dae4303e945db66dc48b634f1d66c7
parentd649248b17cd3ac20a499464b559c7d83e9236fb (diff)
db: drop setup script
-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"