haskell-relational-record/schema-th/pgTest/runDrop.sh
2013-04-22 10:06:52 +09:00

10 lines
176 B
Bash
Executable File

#! /bin/sh
PATH='/usr/bin:/bin'
set -x
psql -c "DROP TABLE TEST.test_table1" testdb
psql -c "DROP TABLE TEST.test_table0" testdb
psql -c "DROP SCHEMA IF EXISTS TEST" testdb