-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[4.2] Mail Templates htmlbody (#37701)
* [4.1] Mail Templates htmlbody * Update administrator/components/com_admin/sql/updates/mysql/4.1.3-2022-04-30.sql Co-authored-by: Richard Fath <[email protected]> * Rename 4.1.3-2022-04-30.sql to 4.2.0-2022-06-15.sql Co-authored-by: Richard Fath <[email protected]>
- Loading branch information
1 parent
ee07c75
commit 1e16355
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
administrator/components/com_admin/sql/updates/mysql/4.2.0-2022-06-15.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
-- | ||
-- Increase the size of the htmlbody field in the #__mail_templates table | ||
-- | ||
ALTER TABLE `#__mail_templates` MODIFY `htmlbody` mediumtext NOT NULL COLLATE 'utf8mb4_unicode_ci'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters