Scheme Changes:
Replaced Access_Controls with APEX_AUTHORISATION Created POSTCODES, ERROR_LOGS and SYSTEM_CONFIGURATION. Added missing columns to ENQUIRIES, REGULATORS, etc. Added views V_PROFILE_RT_CODE_FOR_ENRO.vw, V_PARTY_RELATIONSHIPS.vw, V_LATEST_RT_CODE_FOR_ENRO.vw. Modules: Added cout_err.pck, cout_system_configuration.pck. Data: Added Data/Demo files Added Data/Seed files for postcodes, regions and DatabaseItemToFunctionalSpecificationReference.csv Documentation: Added Documentation/pldoc for plsqldoc-generated files. Added Documentation/SupportingDocumentation/Regions to hold region definition information. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2890 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
19
Data/Seed/regi.ctl
Normal file
19
Data/Seed/regi.ctl
Normal file
@@ -0,0 +1,19 @@
|
||||
LOAD DATA
|
||||
INFILE *
|
||||
INTO TABLE regions
|
||||
REPLACE
|
||||
FIELDS TERMINATED BY '|'
|
||||
(
|
||||
code
|
||||
,description
|
||||
)
|
||||
BEGINDATA
|
||||
NETW01|SC001 - Scotland
|
||||
NETW02|NTH01 - North
|
||||
NETW03|STH01 - South
|
||||
NETW04|WWE01 - Wales and West
|
||||
NETW05|RDN01 - North London
|
||||
NETW06|RDN01 - West Midlands
|
||||
NETW07|RDN01 - North West
|
||||
NETW08|RDN01 - East
|
||||
RDN01|Retained networks
|
||||
Reference in New Issue
Block a user