New Feature : add database modele

This commit is contained in:
sparkyx 2003-11-15 10:33:53 +00:00
parent 7d01acb15b
commit 98169bb362

View file

@ -59,6 +59,7 @@ if [ $REPO -eq 0 ]; then
$PSQL < sql/version.sql
$PSQL < sql/priv_user.sql
$PSQL < sql/theme.sql
$PSQL < sql/modele.sql
createdb -E latin1 -O $OWNER templ_account
PSQL="psql -U $OWNER templ_account "
$PSQL < sql/tmp_pcmn.sql