FCLT#71287 Performance recreate/upgrade script verbeteren
svn path=/Database/trunk/; revision=55101
This commit is contained in:
@@ -26,6 +26,9 @@ CREATE UNIQUE INDEX tmp_lcl_i_fac_locale_xsl_label ON tmp_lcl (fac_locale_xsl_la
|
||||
INSERT INTO tmp_lcl (fac_locale_xsl_label, fac_locale_xsl_module, fac_locale_xsl_nl, fac_locale_xsl_en) \
|
||||
VALUES (txt_code, LCLMODULE, txt_nl, txt_en);
|
||||
|
||||
// Alles als een enorme BEGIN/END is over het netwerk immens sneller
|
||||
BEGIN
|
||||
|
||||
#define LCLMODULE 'LCL'
|
||||
FAC_LCL('##LCLREVISION', '$Id$', '$Id$')
|
||||
|
||||
@@ -7747,6 +7750,9 @@ FAC_LCL('lcl_WEB_BGTUSE_info', 'Om budgetbedragen te kunnen muteren', 'Managemen
|
||||
FAC_LCL('lcl_WEB_BGTORD_info', 'Om opdrachten en facturen (uitnutting) te registreren', 'Order and invoice administration')
|
||||
FAC_LCL('lcl_WEB_WGTUSE_info', 'Om een persoonlijke widgetpagina te kunnen maken en widgets te gebruiken', 'To create a personal widgetpage and use widgets')
|
||||
FAC_LCL('lcl_WEB_WGTMAN_info', 'Om een publiekelijke widgetpagina en widgets te kunnen defini<6E>ren', 'To define a public widgetpage and widgets')
|
||||
// Alles als een enorme BEGIN/END is over het netwerk immens sneller
|
||||
END;
|
||||
/
|
||||
|
||||
COMMIT;
|
||||
|
||||
|
||||
@@ -19,6 +19,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
// Alles als een enorme BEGIN/END is over het netwerk immens sneller
|
||||
BEGIN
|
||||
|
||||
FAC_LCL('lcl_hint_select_field', 'Selecteer een veld voor een nadere toelichting.', 'You can select a field for a specific explanation.')
|
||||
FAC_LCL('lcl_hint_field_title', '{0}', '{0}')
|
||||
FAC_LCL('lcl_hint_not_found', 'We hebben geen nadere toelichting voor het veld {0}', 'There is no specific explanation available for {0}')
|
||||
@@ -1775,6 +1778,9 @@ FAC_LCL('hint.res_srtkenmerk.name', '', '')
|
||||
FAC_LCL('hint.res_srtkenmerk.system', '', '')
|
||||
FAC_LCL('hint.te bepalen.field.filter', '', '')
|
||||
|
||||
// Alles als een enorme BEGIN/END is over het netwerk immens sneller
|
||||
END;
|
||||
/
|
||||
|
||||
-- much more to come
|
||||
|
||||
|
||||
@@ -43,6 +43,9 @@ COMMIT;
|
||||
// WEB_FACTAB Technisch applicatie beheer, server instellingen
|
||||
// WEB_PRSSYS Functioneel Applicatie Beheer, mag klant zelf wijzigen
|
||||
|
||||
// Alles als een enorme BEGIN/END is over het netwerk immens sneller
|
||||
BEGIN
|
||||
|
||||
DEFINE_SETTING('FAC', 0000, 'WEB_FACFAC', 'fac_otap' , 'string' , 'P' , 'OTAP environment. custenv.wsc overrule only')
|
||||
DEFINE_SETTING('FAC', 0000, 'WEB_FACFAC', 'fac_portalert_XD' , 'string' , '', , 'Hot news text on portal Cross Domain!')
|
||||
DEFINE_SETTING('FAC', 0000, 'WEB_FACFAC', 'forum_secret' , 'string' , 'rQf1yKO1VWP4xm3iGef1WgzFo5LPKBEz', 'Forum jwt secret (future use)')
|
||||
@@ -912,6 +915,10 @@ DEFINE_SETTING('PUO', 0001, 'WEB_PRSSYS', 'puo_subjectprefixcnt' , 'string
|
||||
DEFINE_SETTING('PUO', 0001, 'WEB_PRSSYS', 'puo_subjectprefixmld' , 'string' , 'Facilitor opdracht: Opdracht nr.' , 'Mail subject prefix for MLD orders')
|
||||
DEFINE_SETTING('PUO', 0000, 'WEB_FACFAC', 'puo_chilkat_secret' , 'string' , 'AAREON.CB1062021_zK6SGtth69oK' , 'Facilitor Chilkat licence')
|
||||
|
||||
// Alles als een enorme BEGIN/END is over het netwerk immens sneller
|
||||
END;
|
||||
/
|
||||
|
||||
// Vervallen settings opruimen
|
||||
SELECT 'Dropping old setting ' || fac_setting_name
|
||||
FROM fac_setting
|
||||
|
||||
Reference in New Issue
Block a user