add settings table to database

This commit is contained in:
Peter Rounce 2023-01-27 08:45:57 +00:00
parent 177b085c3f
commit 085b402fef
4 changed files with 29 additions and 45 deletions

View file

@ -13,6 +13,7 @@ read x
if [ "$x" = "y" ]; then
psql postgres -f create_db.sql
psql postgres -f insert_settings.sql
echo Database created
else
echo No action