add settings table to database
This commit is contained in:
parent
177b085c3f
commit
085b402fef
4 changed files with 29 additions and 45 deletions
|
|
@ -13,6 +13,7 @@ read x
|
|||
|
||||
if [ "$x" = "y" ]; then
|
||||
psql postgres -f create_db.sql
|
||||
psql postgres -f insert_settings.sql
|
||||
echo Database created
|
||||
else
|
||||
echo No action
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue