BLST#68301 fac_message update ook in het update script (ipv alleen in de FAC_INI)

svn path=/Database/trunk/; revision=53705
This commit is contained in:
2021-11-15 17:34:36 +00:00
parent 56bd49584e
commit 703a2115fd

View File

@@ -394,6 +394,10 @@ UPDATE fac_imp_menu
SET menuitems_url = 'https://forum.facilitor.nl'
WHERE menuitems_url = 'http://forum.facilitor.nl';
UPDATE fac_message
SET fac_message_text = ' https://www.facilitor.nl/'
WHERE UPPER (fac_message_code) = 'FAC_M038';
UPDATE bes_srtdeel
SET bes_srtdeel_image =
REGEXP_REPLACE (bes_srtdeel_image, '^http:', 'https:')