minor - typo

This commit is contained in:
Heng Sin Low 2007-12-02 16:17:12 +00:00
parent 41e117cd50
commit f3a7f94b77
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ createdb $ADEMPIERE_DB_NAME -E UNICODE -O $2 -U $2
echo -------------------------------------
echo Import Adempiere_pg.dmp
echo -------------------------------------
ADEMPIERE_ALTER_ROLE_SQL="ALTER ROLE $2 SET search_path TO adempiere, sqjj, pg_catalog"
ADEMPIERE_ALTER_ROLE_SQL="ALTER ROLE $2 SET search_path TO adempiere, sqlj, pg_catalog"
psql -d $ADEMPIERE_DB_NAME -U $2 -c "$ADEMPIERE_ALTER_ROLE_SQL"
psql -d $ADEMPIERE_DB_NAME -U $2 -c "drop schema sqlj cascade"
psql -d $ADEMPIERE_DB_NAME -U $2 -f $ADEMPIERE_HOME/data/Adempiere_pg.dmp