]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/sql/Postgres/build-db-Postgres.sh
syncing cvs with the real world
[Evergreen.git] / Open-ILS / src / sql / Postgres / build-db-Postgres.sh
1 #!/bin/sh
2
3 psql -U $1 -d $2 -f 002.schema.config.sql
4 psql -U $1 -d $2 -f 005.schema.actors.sql
5 psql -U $1 -d $2 -f 010.schema.biblio.sql
6 psql -U $1 -d $2 -f 020.schema.functions.sql
7 psql -U $1 -d $2 -f 030.schema.metabib.sql
8 psql -U $1 -d $2 -f 040.schema.asset.sql
9 psql -U $1 -d $2 -f 080.schema.money.sql
10 psql -U $1 -d $2 -f 090.schema.action.sql
11
12 #psql -U $1 -d $2 -f 800.fkeys.sql
13 #psql -U $1 -d $2 -f 900.audit-tables.sql