apexupdate no longer creates the install_apex_components file since the originally generated file will be used

This commit is contained in:
nathan 2016-05-31 16:14:19 -04:00
parent 904a98b783
commit 59fb0a7b30

View File

@ -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