diff options
| author | Nathan Perry <np@nathanperry.dev> | 2022-11-28 11:00:36 -0500 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2022-11-28 11:00:36 -0500 |
| commit | 22cdf56ffccaefd0c9a4cb67cac87c7620d2d3f3 (patch) | |
| tree | 482b22c322dae4303e945db66dc48b634f1d66c7 | |
| parent | d649248b17cd3ac20a499464b559c7d83e9236fb (diff) | |
db: drop setup script
| -rwxr-xr-x | setup_db.sh | 8 |
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" |
