mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2025-01-08 14:26:33 +03:00
9 lines
199 B
Bash
Executable File
9 lines
199 B
Bash
Executable File
#! /bin/sh
|
|
|
|
set -x
|
|
|
|
psql -c "DROP TABLE EXAMPLE3.history" testdb
|
|
psql -c "DROP TABLE EXAMPLE3.set_b" testdb
|
|
psql -c "DROP TABLE EXAMPLE3.set_a" testdb
|
|
psql -c "DROP SCHEMA IF EXISTS EXAMPLE3" testdb
|