Skip to content
Snippets Groups Projects
Commit e430c76d authored by Alexey Golubev's avatar Alexey Golubev
Browse files

Fix #134

parent 1ff3e1de
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ create_postgresql_tbl(){
# Create db on remote server
if $PSQL -lt | cut -d\| -f 1 | grep -qw | grep 0; then
$CREATEDB $DB_NAME
$CREATEDB $POSTGRESQL_SERVER_DB_NAME
fi
$PSQL -d "${POSTGRESQL_SERVER_DB_NAME}" -f "${APP_DIR}/server/schema/postgresql/createdb.sql"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment