Files
idpan.poznan.pl/administrator/components/com_admin/sql/updates/mysql/4.2.0-2022-06-15.sql
2026-02-08 21:16:11 +01:00

5 lines
180 B
SQL

--
-- 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';