haskell-relational-record/relational-join-HDBC-pgTest/sample/1/drop.sh

11 lines
219 B
Bash
Raw Normal View History

2013-05-13 10:16:00 +04:00
#! /bin/sh
PATH='/usr/bin:/bin'
set -x
psql -c "DROP TABLE SAMPLE1.membership" testdb
psql -c "DROP TABLE SAMPLE1.group" testdb
psql -c "DROP TABLE SAMPLE1.user" testdb
psql -c "DROP SCHEMA IF EXISTS SAMPLE1" testdb