initial commit
This commit is contained in:
commit
037788d6de
56 changed files with 1756 additions and 0 deletions
6
s_create_db
Executable file
6
s_create_db
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue