Attributes (generally size and dimensions) added to REGULATORS, BASES and HOUSINGS. Changed primary keys on CONNECTION_ORIENTATIONS, FILTERS, REGULATORS to be 'code' rather than 'id'-based. Altered ENQUIRIES to make contact names, addresses and contact mechanisms explicit within the enquiry rather than using the general contact mechanism. Seed Data: Changed 'code' values for HOUSING_TYPES, METER_TYPES, REGULATOR_TYPES and SERVICE_PRESSURES to match their descriptions. Documentation: Updated Documentation/Design/DatabaseItemToFunctionalSpecificationReference.xls in line with schema changes. Demo Data: Includes modules and related data from the MIP140306 Access database. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2857 248e525c-4dfb-0310-94bc-949c084e9493
21 lines
400 B
Plaintext
21 lines
400 B
Plaintext
LOAD DATA
|
|
INFILE *
|
|
INTO TABLE slamshut_valves
|
|
REPLACE
|
|
FIELDS TERMINATED BY '|'
|
|
(
|
|
code
|
|
,slty_code
|
|
,slamshut_size
|
|
,slamshut_setting
|
|
)
|
|
BEGINDATA
|
|
INTEGRAL-25|INTEGRAL|25|47.5
|
|
INTEGRAL-40|INTEGRAL|40|47.5
|
|
DONKIN FIG 305-50|DF305|50|47.5
|
|
INTEGRAL-50|INTEGRAL|50|47.5
|
|
DONKIN FIG 305-80|DF305|80|47.5
|
|
INTEGRAL-80|INTEGRAL|80|47.5
|
|
DONKIN FIG 305-100|DF305|100|47.5
|
|
BADDATA|BADDATA|999|999
|