6 lines
166 B
Text
Executable file
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
|