Index: branches/5.2.x/core/install/upgrades.sql =================================================================== diff -u -N -r16588 -r16598 --- branches/5.2.x/core/install/upgrades.sql (.../upgrades.sql) (revision 16588) +++ branches/5.2.x/core/install/upgrades.sql (.../upgrades.sql) (revision 16598) @@ -2950,3 +2950,5 @@ UPDATE LanguageLabels SET l1_HintTranslation = REPLACE(l1_HintTranslation, '
  • This deploy script will reset all caches at once
  • ', '
  • This deploy script will reset all caches at once.
  • \r\n
  • This deploy script will dump production assets.
  • \r\n') WHERE PhraseKey = 'LA_TITLE_SYSTEMTOOLSDEPLOY'; + +INSERT INTO SystemSettings VALUES(DEFAULT, 'EmailDelivery', '2', 'In-Portal', 'in-portal:configure_advanced', 'la_section_SettingsMailling', 'la_config_EmailDelivery', 'radio', NULL, '1=la_opt_EmailDeliveryQueue||2=la_opt_EmailDeliveryImmediate', 50.11, 0, 1, NULL);