apexupdate no longer creates the install_apex_components file since the originally generated file will be used
This commit is contained in:
parent
904a98b783
commit
59fb0a7b30
@ -52,10 +52,5 @@ fi
|
|||||||
rm $export_file
|
rm $export_file
|
||||||
|
|
||||||
mv f$apexappid apex #
|
mv f$apexappid apex #
|
||||||
cd apex
|
|
||||||
|
|
||||||
# below line might have to be changed to say @/hom.... instead
|
#now you can update your working copy with changes from your colleagues and reinstall into apex
|
||||||
sed -e s!@application!@../../apex/application! < install.sql > ../non-apex/install/install_apex_components.sql
|
|
||||||
|
|
||||||
cd ..
|
|
||||||
#then run reinstall database
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user