Add processing to make it clearer which application build has been produced and to link the schema with the correct application (AssociateSchema.sql, SetSubstitution.sql, bulk_load.sql and InstallMIP.cmd) Changes to schema: METERS now have 'MESC_CODE'. Associated changes in the bulk_load routines and initial changes to mip_quotation.pck (needs confirmation testing). git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3830 248e525c-4dfb-0310-94bc-949c084e9493
24 lines
919 B
Plaintext
24 lines
919 B
Plaintext
LOAD DATA
|
|
INFILE *
|
|
INTO TABLE system_configuration
|
|
REPLACE
|
|
FIELDS TERMINATED BY '|'
|
|
TRAILING NULLCOLS
|
|
(
|
|
parameter
|
|
,value
|
|
,description
|
|
)
|
|
BEGINDATA
|
|
PASSWORD_EXPIRY_LIMIT|30|Password expiry limit in days.
|
|
USER_ACCOUNT_LOCK|60|Number of days of inactivity before account is locked.
|
|
EMAIL_ADDRESS_AUTOMATIC_QUOTE|webMIP@advanticagroup.com|
|
|
EMAIL_FROM_ADDRESS|webMIP@advanticagroup.com|The From field used for emails sent from the system to the users.
|
|
QUOTE_LAPSE_LIMIT|90|The number of days that a quote remains valid for before lapsing.
|
|
EMAIL_ADDRESS_MANUAL_QUOTE|webMIP@advanticagroup.com|
|
|
EMAIL_ADDRESS_SUPPORT|webMIP@advanticagroup.com|
|
|
EMAIL_ADDRESS_INTERNAL_USER|webMIP@advanticagroup.com|
|
|
AV_LOCATION|c:\Program Files\Norton AntiVirus\NAVW32.exe|Anti-virus checker installation
|
|
APEX_AUTHORIZATION_DEFAULT_MODE|PUBLIC|Default authorization for components
|
|
SYSTEM_NAME|WEBMIP - WHO KNOWS WHERE!|
|