contentdb/utils/db.sh

9 lines
149 B
Bash
Raw Normal View History

2023-12-16 00:49:54 +01:00
#!/bin/bash
2020-01-19 00:20:34 +01:00
# Open SQL console for the database
set -e
. "${BASH_SOURCE%/*}/common.sh"
docker exec -it "$(container db)" psql contentdb contentdb