From 22cdf56ffccaefd0c9a4cb67cac87c7620d2d3f3 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Mon, 28 Nov 2022 11:00:36 -0500 Subject: db: drop setup script --- setup_db.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 setup_db.sh 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" -- cgit v1.3.1