minor fix in comments
This commit is contained in:
parent
dd5920dff6
commit
58495c0f1f
|
@ -5,7 +5,7 @@
|
||||||
# mode (the default mode -- this strips out all the "commit" statements)
|
# 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
|
# and a commit mode for deployment. You need to pipe the output of this
|
||||||
# script into sqlplus, for example:
|
# 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
|
# Contributed by Chris Farley - northernbrewer
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# mode (the default mode -- this strips out all the "commit" statements)
|
# 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
|
# and a commit mode for deployment. You need to pipe the output of this
|
||||||
# script into sqlplus, for example:
|
# 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
|
# Original contribution by by Chris Farley - northernbrewer
|
||||||
# Adapted to postgresql by Carlos Ruiz - globalqss
|
# Adapted to postgresql by Carlos Ruiz - globalqss
|
||||||
|
|
Loading…
Reference in New Issue