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:
13
Schema/enst.ctl
Normal file
13
Schema/enst.ctl
Normal file
@@ -0,0 +1,13 @@
|
||||
LOAD DATA
|
||||
INFILE *
|
||||
REPLACE
|
||||
INTO TABLE enquiry_status_types
|
||||
FIELDS TERMINATED BY ","
|
||||
(
|
||||
code
|
||||
,DESCRIPTION
|
||||
)
|
||||
BEGINDATA
|
||||
INP,In Progress
|
||||
SUBMITTED,Submitted For Quotation
|
||||
QUOTED,Quoted For
|
||||
Reference in New Issue
Block a user