git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3504 248e525c-4dfb-0310-94bc-949c084e9493
16 lines
316 B
Plaintext
16 lines
316 B
Plaintext
LOAD DATA
|
|
INFILE *
|
|
INTO TABLE document_status_types
|
|
REPLACE
|
|
FIELDS TERMINATED BY '|'
|
|
(
|
|
code
|
|
,description
|
|
)
|
|
BEGINDATA
|
|
AWAIT SCAN|Awaiting virus check
|
|
AVAILABLE|Available for use
|
|
REMOVED USER|Remove by user
|
|
REMOVED MALICIOUS|Removed as result of virus check
|
|
REMOVED SIZE|Removed due to size constraints
|