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:
@@ -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:')
|
||||
|
||||
Reference in New Issue
Block a user