This commit is contained in:
2026-01-21 22:44:32 +01:00
parent 107de0b7db
commit a09a07bcfc
7 changed files with 324 additions and 32 deletions

View File

@@ -321,6 +321,8 @@ CREATE TABLE IF NOT EXISTS `emailtemplate_content_versions` (
`content_id` int(10) unsigned NOT NULL,
`section_id` int(10) unsigned NOT NULL,
`version_no` int(10) unsigned NOT NULL,
`is_active` tinyint(1) NOT NULL DEFAULT 0,
`was_active` tinyint(1) NOT NULL DEFAULT 0,
`editor_type` varchar(32) DEFAULT NULL,
`json_content` mediumtext DEFAULT NULL,
`html` mediumtext DEFAULT NULL,