mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-14 22:32:07 +03:00
10 lines
176 B
Bash
Executable File
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
|