From ea63617e11fc0ddf3749bacdf10c8ae83a78fb7f Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 30 Jul 2008 20:07:48 +0000 Subject: [PATCH] put acq and serials in the right place git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@10197 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/sql/Pg/build-db.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/sql/Pg/build-db.sh b/Open-ILS/src/sql/Pg/build-db.sh index 9556f1f947..16e07a85da 100755 --- a/Open-ILS/src/sql/Pg/build-db.sh +++ b/Open-ILS/src/sql/Pg/build-db.sh @@ -28,7 +28,6 @@ if [ -z "$DB_VERSION" ] || [ `echo $DB_VERSION | grep -c '[^0-9]'` != 0 ]; then EOM exit 1 fi -PGPASSWORD=$5 PGUSER=$4 PGHOST=$1 PGPORT=$2 PGDATABASE=$3 psql -f 200.schema.acq.sql # --------------------------------------------------------------------------- # Validate fts-config file is available for specified DB_VERSION. @@ -99,6 +98,9 @@ ordered_file_list=" 100.circ_matrix.sql 110.hold_matrix.sql + + 200.schema.acq.sql + 210.schema.serials.sql 300.schema.staged_search.sql -- 2.11.0