minor fix in comments

This commit is contained in:
Carlos Ruiz 2009-03-07 17:18:46 +00:00
parent dd5920dff6
commit 58495c0f1f
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
# mode (the default mode -- this strips out all the "commit" statements)
# and a commit mode for deployment. You need to pipe the output of this
# script into sqlplus, for example:
# ./migrate.sh 313-314/ commit | sqlplus adempiere/adempiere
# ./migrate_oracle.sh 313-314/ commit | sqlplus adempiere/adempiere
# Contributed by Chris Farley - northernbrewer

View File

@ -5,7 +5,7 @@
# mode (the default mode -- this strips out all the "commit" statements)
# and a commit mode for deployment. You need to pipe the output of this
# script into sqlplus, for example:
# ./migrate.sh 313-314 commit | psql -U adempiere -d adempiere > 313-314.lst
# ./migrate_postgresql.sh 313-314 commit | psql -U adempiere -d adempiere > 313-314.lst
# Original contribution by by Chris Farley - northernbrewer
# Adapted to postgresql by Carlos Ruiz - globalqss