diff options
author | Freya Murphy <freya@freyacat.org> | 2024-12-23 10:42:51 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-12-23 10:42:51 -0500 |
commit | a98fbfe5f9c71c1c1e1e4fd66164b3692a060d54 (patch) | |
tree | fa3e0061a12cde252af401324eacb003bfb4fd3c /psql | |
parent | initial (diff) | |
download | crimson-a98fbfe5f9c71c1c1e1e4fd66164b3692a060d54.tar.gz crimson-a98fbfe5f9c71c1c1e1e4fd66164b3692a060d54.tar.bz2 crimson-a98fbfe5f9c71c1c1e1e4fd66164b3692a060d54.zip |
add args to psql
Diffstat (limited to '')
-rwxr-xr-x | psql | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,4 +42,4 @@ CALL_ROOT="$(pwd)" source "$ROOT/base.env" source "$CALL_ROOT/.env" -$ROOT/compose exec postgres psql -U "${POSTGRES_USER}" "${POSTGRES_DB}" +$ROOT/compose exec postgres psql -U "${POSTGRES_USER}" "${POSTGRES_DB}" "$@" |