Skip to content
Snippets Groups Projects
Commit 9d688401 authored by Rafael De Lima Prado's avatar Rafael De Lima Prado
Browse files

database: Add createdb command

parent 87a3b2f1
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,8 @@ if [[ -z $DB_NAME ]]; then ...@@ -28,6 +28,8 @@ if [[ -z $DB_NAME ]]; then
exit 1 exit 1
fi fi
# creating db
createdb $DB_NAME
# importing db_link functions # importing db_link functions
psql $DB_NAME -f $DB_LINK_LOCATION psql $DB_NAME -f $DB_LINK_LOCATION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment