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:
hardya
2007-11-27 11:48:13 +00:00
parent 2a490afbbc
commit 2920f4d016
49 changed files with 18360 additions and 97 deletions

View File

@@ -1,6 +1,6 @@
-- C:\Andy\svn\WEBMIP\Schema\mip.ind
--
-- Generated for Oracle 10g on Thu Nov 15 16:13:28 2007 by Server Generator 10.1.2.6.18
-- Generated for Oracle 10g on Mon Nov 26 14:57:47 2007 by Server Generator 10.1.2.6.18
PROMPT Creating Index 'REGU_RETY_FK_I'
@@ -53,6 +53,26 @@ CREATE INDEX PAR_RT_FK_I ON PARTY_ADDRESS_ROLES
(RT_CODE)
/
PROMPT Creating Index 'COST_METY_FK_I'
CREATE INDEX COST_METY_FK_I ON COSTS
(METY_CODE)
/
PROMPT Creating Index 'COST_SVCPT_FK_I'
CREATE INDEX COST_SVCPT_FK_I ON COSTS
(SVCPT_CODE)
/
PROMPT Creating Index 'COST_MESC_FK_I'
CREATE INDEX COST_MESC_FK_I ON COSTS
(MESC_CODE)
/
PROMPT Creating Index 'COST_ENTY_FK_I'
CREATE INDEX COST_ENTY_FK_I ON COSTS
(ENTY_CODE)
/
PROMPT Creating Index 'COST_BAS_FK_I'
CREATE INDEX COST_BAS_FK_I ON COSTS
(BAS_CODE)
@@ -170,6 +190,22 @@ CREATE INDEX ENEV_ENQU_FK_I ON ENQUIRY_EVENTS
(ENQU_ID)
/
PROMPT Creating Index 'POCO_POSTCODE_I'
CREATE INDEX POCO_POSTCODE_I ON POSTCODES
(outcode||' '||incode)
/
PROMPT Creating Index 'POCO_REGI_FK_I'
CREATE INDEX POCO_REGI_FK_I ON POSTCODES
(REGI_CODE)
/
PROMPT Creating Index 'POCO_POCO_I'
CREATE INDEX POCO_POCO_I ON POSTCODES
(OUTCODE
,INCODE)
/
PROMPT Creating Index 'QUIT_QUTE_FK_I'
CREATE INDEX QUIT_QUTE_FK_I ON QUOTE_ITEMS
(QUTE_ID)
@@ -235,9 +271,9 @@ CREATE INDEX ENRO_ENQU_FK_I ON ENQUIRY_ROLES
(ENQU_ID)
/
PROMPT Creating Index 'ACCL_RT_FK_I'
CREATE INDEX ACCL_RT_FK_I ON ACCESS_CONTROLS
(RT_CODE)
PROMPT Creating Index 'ENRO_ENQ_OWN_ROLE_I'
CREATE UNIQUE INDEX ENRO_ENQ_OWN_ROLE_I ON ENQUIRY_ROLES
(mip_table_constraints.enq_rt_code(rt_code))
/
PROMPT Creating Index 'ENQU_METY_FK_I'
@@ -300,6 +336,11 @@ CREATE INDEX PRTP_RT_FROM_FK_I ON PARTY_RELATIONSHIP_TYPES
(FROM_RT_CODE)
/
PROMPT Creating Index 'AUTH_RT_FK_I'
CREATE INDEX AUTH_RT_FK_I ON APEX_AUTHORIZATION
(RT_CODE)
/
PROMPT Creating Index 'MODU_CNOR_OUTLET_FK_I'
CREATE INDEX MODU_CNOR_OUTLET_FK_I ON MODULES
(OUTLET_CNOR_CODE)