Massaged the test data so that some base users get added to the test schema, duplicated the seed party data upload so that the Advantica user still exists git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2897 248e525c-4dfb-0310-94bc-949c084e9493
17 lines
191 B
Plaintext
17 lines
191 B
Plaintext
LOAD DATA
|
|
INFILE *
|
|
INTO TABLE party_roles
|
|
REPLACE
|
|
FIELDS TERMINATED BY '|'
|
|
(
|
|
prty_id
|
|
,rt_code
|
|
,id
|
|
,start_date
|
|
,end_date
|
|
,description
|
|
)
|
|
BEGINDATA
|
|
1|MIPADMIN|1001|08-NOV-07|||
|
|
|