First schema test build.

mip.sql creates schema objects into schema.

InstallSeed.cmd loads seed data (pass username, password and database connection string)

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2799 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2007-10-19 16:13:16 +00:00
parent a3ad7aa4ae
commit 2b689471c6
26 changed files with 2310 additions and 0 deletions

16
Schema/qurt.ctl Normal file
View File

@@ -0,0 +1,16 @@
LOAD DATA
INFILE *
REPLACE
INTO TABLE quote_role_types
FIELDS TERMINATED BY ","
(
CODE
,DESCRIPTION
)
BEGINDATA
RFQ,Submitted request for quotation
OWN,Owner of quotation
ACC,Owner of accepted quotation
REJ,Owner of rejected quotation
SUBACC,Submitted acceptance of quotation
SUBREJ,Submitted rejection of quotation