Remove timestamp from output of mip_friendly_messages.pck

Add constraint to regi_enqu_exclusions to prevent both enquiry and additional items being recorded on the same row.

Allow schema to be passed to apex_auto_install.rb.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3666 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2008-02-21 17:56:52 +00:00
parent e15c3787ac
commit aab27144a0
11 changed files with 315 additions and 277 deletions

View File

@@ -49,7 +49,7 @@ cd Data\test
call InstallData %3/%4@%5
@echo Installed Test data
@echo Installing Test application in APEX...
ruby apex_auto_install.rb
ruby apex_auto_install.rb %3
cd ..\..
@echo Test Complete
@@ -62,7 +62,7 @@ cd Data\fat
call InstallData %3/%4@%5
@echo Installed fat data
@echo Installing fat application in APEX...
ruby apex_auto_install.rb
ruby apex_auto_install.rb %3
cd ..\..
@echo fat install Complete
@@ -75,7 +75,7 @@ cd Data\sat
call InstallData %3/%4@%5
@echo Installed sat data
@echo Installing sat application in APEX...
ruby apex_auto_install.rb
ruby apex_auto_install.rb %3
cd ..\..
@echo sat install Complete
@@ -103,7 +103,7 @@ cd Data\live
call InstallData %3/%4@%5
@echo Installed live data
@echo Installing live application in APEX...
ruby apex_auto_install.rb
ruby apex_auto_install.rb %3
cd ..\..
@echo live install Complete