Add more util scripts

This commit is contained in:
rubenwardy
2020-01-18 23:20:34 +00:00
parent 22d02edbd8
commit 64e1805b53
7 changed files with 26 additions and 0 deletions

5
utils/db.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
# Open SQL console for the database
docker exec -it contentdb_db_1 sh -c "psql contentdb contentdb"