create & update card pin details

This commit is contained in:
Peter Rounce 2023-06-29 19:34:18 +00:00
parent 299ab696cc
commit b76252d6ef
5 changed files with 71 additions and 13 deletions

View file

@ -15,7 +15,7 @@ if [ "$x" = "y" ]; then
psql postgres -f sql/create_db_init.sql
psql postgres -f sql/create_db.sql
psql postgres -f sql/create_db_user.sql
psql postgres -f sql/settings.sql
psql postgres -f sql/settings.sql.secret
echo Database created
else
echo No action