Changes made for bulk load and 'flange size' (MESC_CODE on meters).
Store images used by the WebServer git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3797 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -9,6 +9,14 @@ if "%5"=="" goto :usage
|
||||
@echo Install Schema
|
||||
sqlplus /nolog @Schema\InstallMIP %1 %2 %3 %4 %5 %6
|
||||
|
||||
|
||||
if "%6"=="" goto :not_associate
|
||||
|
||||
@echo Associate Schema
|
||||
sqlplus /nolog @Schema\InstallAssociateSchema.sql %1 %2 %3 %4 %5 %6
|
||||
|
||||
:not_associate
|
||||
|
||||
@echo Install Seed
|
||||
cd Data\Seed
|
||||
call InstallSeed %3/%4@%5
|
||||
|
||||
Reference in New Issue
Block a user