#!/bin/tcsh
# create tables of the GNP Proration System proration database.
# PostgreSQL server postmaster must be running
set PWD=`echo $0:h`
set HOST=localhost
cat $PWD/../sql/drop_tables.sql | mysql -h $HOST -u gnp --password=gnp gnp
