* Finish task #37526.

This commit is contained in:
holan20180123
2021-04-15 14:51:10 +08:00
parent 1162c7a8a2
commit 57450ee56e
2 changed files with 1 additions and 1 deletions

View File

@@ -1 +1,2 @@
DELETE FROM zt_cron WHERE command='moduleName=weekly&methodName=computeWeekly';
ALTER TABLE zt_story drop column `project`;

View File

@@ -4333,7 +4333,6 @@ class upgradeModel extends model
public function processMergedData($programID, $projectID, $lineID, $productIdList = array(), $sprintIdList = array())
{
/* Product linked objects. */
$this->dao->update(TABLE_STORY)->set('project')->eq($projectID)->where('product')->in($productIdList)->exec();
$this->dao->update(TABLE_RELEASE)->set('project')->eq($projectID)->where('product')->in($productIdList)->exec();
/* Compute product acl. */