From 14fc76da59879a89575c3dac43025fad09401b1e Mon Sep 17 00:00:00 2001 From: sparkyx Date: Wed, 24 Mar 2004 13:25:22 +0000 Subject: [PATCH] Creation of the interface USER --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 32d804e02..2ffca6a6e 100755 --- a/install.sh +++ b/install.sh @@ -73,6 +73,7 @@ if [ $REPO -eq 0 ]; then $PSQL < sql/centralized.sql $PSQL < sql/user_sec.sql $PSQL < sql/jrn_action.sql + $PSQL < sql/tva_rate.sql # if [ -w $PG_DATA/pg_hba.conf ]; then # echo "host account_repository all 127.0.0.1 255.255.255.255 password" >> $PG_DATA/pg_hba.conf