Add more util scripts
This commit is contained in:
5
utils/db.sh
Executable file
5
utils/db.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Open SQL console for the database
|
||||
|
||||
docker exec -it contentdb_db_1 sh -c "psql contentdb contentdb"
|
||||
Reference in New Issue
Block a user