diff --git a/include/upgrader/streams/core/d51f303a-dad45ca2.patch.sql b/include/upgrader/streams/core/d51f303a-dad45ca2.patch.sql index 94b8f8aa7fcd59f202bcc281324c58894f160a72..ff5d5e16e4c3a1f0446225bbc90d2657122758fe 100644 --- a/include/upgrader/streams/core/d51f303a-dad45ca2.patch.sql +++ b/include/upgrader/streams/core/d51f303a-dad45ca2.patch.sql @@ -52,6 +52,9 @@ UPDATE `%TABLE_PREFIX%email_template` '\n', '<br/>'), '&', '&'); +UPDATE `%TABLE_PREFIX%email_template` + SET `body` = CONCAT('<div>', `body`, '</div>'); + -- Migrate notes to HTML UPDATE `%TABLE_PREFIX%api_key` SET `notes` = REPLACE( REPLACE( REPLACE( REPLACE(