Upgrade Windows> Al concluir con el upgrade en servidores windows sale un error
This commit is contained in:
dheeyi
2016-05-05 16:10:12 -04:00
parent 3d7ad280e1
commit f4b0f21c52

View File

@@ -2004,8 +2004,6 @@ class workspaceTools
$criteriaWhere->add(UsersPeer::USR_UID, null, Criteria::ISNOTNULL);
BasePeer::doUpdate($criteriaWhere, $criteriaSet, Propel::getConnection("workflow"));
}
$this->regenerateListCompleted();
$this->regenerateListCanceled();
$this->regenerateListMyInbox();
@@ -2013,6 +2011,9 @@ class workspaceTools
$this->regenerateListParticipatedHistory();
$this->regenerateListParticipatedLast();
$this->regenerateListPaused();
}
// ADD LISTS COUNTS
$this->migrateCounters();