git support

This commit is contained in:
aaron
2019-12-13 10:09:58 +08:00
parent 1933a29ac6
commit d8676c8b89
+1
View File
@@ -414,6 +414,7 @@ class ci extends control
}
}
$latestInDB = $this->dao->select('DISTINCT t1.*')->from(TABLE_REPOHISTORY)->alias('t1')
->leftJoin(TABLE_REPOBRANCH)->alias('t2')->on('t1.id=t2.revision')
->where('t1.repo')->eq($repoID)