#!/bin/tcsh
# create tables of the GNP Proration System proration database.
# PostgreSQL server postmaster must be running
set PWD=`echo $0:h`
cat $PWD/../sql/drop_audit.sql | psql gnp gnp
