* [misc] change docContent->html to docContent->content.

This commit is contained in:
caoyanyi
2024-11-28 16:21:13 +08:00
committed by 李阳
parent 377f9e5f18
commit 96e71cda10
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -94,3 +94,5 @@ DELETE FROM `zt_cron` WHERE `command` = 'moduleName=misc&methodName=cleanCache';
INSERT INTO `zt_cron` (`m`, `h`, `dom`, `mon`, `dow`, `command`, `remark`, `type`, `buildin`, `status`) VALUES ('0', '2', '*', '*', '*', 'moduleName=system&methodName=initSystem', '初始化产品下应用数据', 'zentao', 1, 'normal');
DELETE FROM `zt_object` WHERE `type` = 'taged' AND `deleted` = '1';
ALTER TABLE `zt_doccontent` ADD `rawContent` longtext DEFAULT NULL AFTER `content`;
-1
View File
@@ -1 +0,0 @@
ALTER TABLE `zt_doccontent` ADD `rawContent` longtext DEFAULT NULL AFTER `content`;