Changes to schema and code to place 'id' as PK field in quote_events and enquiry_events as part of ticket #78.

Changed BULK_LOAD.xls to have two tabs to represent costs. Also includes QMAX against module - none of these changes are represented in the current code.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3480 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2008-02-06 17:28:44 +00:00
parent bba0394796
commit 12f2693a5c
13 changed files with 153 additions and 147 deletions

View File

@@ -23,11 +23,15 @@ sqlplus %3/%4@%5 @Modules\Modules.sql
sqlplus %3/%4@%5 @Data\Seed\create_passwords.sql
sqlplus %3/%4@%5 @Data\BulkLoad\bulk_load.sql "%6"
if "%6"=="" goto :done
if "%6"=="demo" goto :demo
if "%6"=="test" goto :test
if "%6"=="fat" goto :fat
:demo
@echo Demo
cd Data\Demo