simplify database creation

This commit is contained in:
Peter Rounce 2022-08-24 13:04:49 +00:00
parent 7209e0db1e
commit a5ef334349
2 changed files with 0 additions and 27 deletions

View file

@ -3,4 +3,3 @@ sudo systemctl stop postgresql
sudo systemctl start postgresql
psql postgres -f create_db.sql
psql postgres -f add_card_data.sql