From 59fb0a7b30ad99c4bc70adc9e4a65f56f432bcaf Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 31 May 2016 16:14:19 -0400 Subject: [PATCH] apexupdate no longer creates the install_apex_components file since the originally generated file will be used --- scripts/apexupdate.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/scripts/apexupdate.sh b/scripts/apexupdate.sh index b5ce918..5e30615 100755 --- a/scripts/apexupdate.sh +++ b/scripts/apexupdate.sh @@ -52,10 +52,5 @@ fi rm $export_file mv f$apexappid apex # -cd apex -# below line might have to be changed to say @/hom.... instead -sed -e s!@application!@../../apex/application! < install.sql > ../non-apex/install/install_apex_components.sql - -cd .. -#then run reinstall database +#now you can update your working copy with changes from your colleagues and reinstall into apex