* [misc] change docContent->html to docContent->content.
This commit is contained in:
@@ -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 +0,0 @@
|
||||
ALTER TABLE `zt_doccontent` ADD `rawContent` longtext DEFAULT NULL AFTER `content`;
|
||||
Reference in New Issue
Block a user