cc-3936: Ran propgen to generate schema changes
This commit is contained in:
parent
e2d9f220f8
commit
996dcfd35f
5 changed files with 9 additions and 6 deletions
|
@ -543,7 +543,7 @@ abstract class BaseCcSubjsQuery extends ModelCriteria
|
|||
*
|
||||
* @return CcSubjsQuery The current query, for fluid interface
|
||||
*/
|
||||
public function joinCcFilesRelatedByownerId($relationAlias = '', $joinType = Criteria::INNER_JOIN)
|
||||
public function joinCcFilesRelatedByownerId($relationAlias = '', $joinType = Criteria::LEFT_JOIN)
|
||||
{
|
||||
$tableMap = $this->getTableMap();
|
||||
$relationMap = $tableMap->getRelation('CcFilesRelatedByownerId');
|
||||
|
@ -578,7 +578,7 @@ abstract class BaseCcSubjsQuery extends ModelCriteria
|
|||
*
|
||||
* @return CcFilesQuery A secondary query class using the current class as primary query
|
||||
*/
|
||||
public function useCcFilesRelatedByownerIdQuery($relationAlias = '', $joinType = Criteria::INNER_JOIN)
|
||||
public function useCcFilesRelatedByownerIdQuery($relationAlias = '', $joinType = Criteria::LEFT_JOIN)
|
||||
{
|
||||
return $this
|
||||
->joinCcFilesRelatedByownerId($relationAlias, $joinType)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue