boltcard/s_create_db
2022-08-01 10:36:32 +00:00

6 lines
166 B
Text
Executable file

# to close any database connections
sudo systemctl stop postgresql
sudo systemctl start postgresql
psql postgres -f create_db.sql
psql postgres -f add_card_data.sql