Skip to content

Commit

Permalink
fix schema name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored Feb 2, 2018
1 parent 99c93a4 commit ff3bb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/db_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ while getopts ":fs:p:" opt; do
done

if [[ $force ]]; then
psql "service=${PGSERVICE}" -v ON_ERROR_STOP=1 -c "DROP SCHEMA qgep_is CASCADE"
psql "service=${PGSERVICE}" -v ON_ERROR_STOP=1 -c "DROP SCHEMA qgep_sys CASCADE"
psql "service=${PGSERVICE}" -v ON_ERROR_STOP=1 -c "DROP SCHEMA qgep_od CASCADE"
psql "service=${PGSERVICE}" -v ON_ERROR_STOP=1 -c "DROP SCHEMA qgep_vl CASCADE"
fi
Expand Down

0 comments on commit ff3bb2d

Please sign in to comment.