Fix missing deleteDanglingCommitdata
after deleteOldSources
This commit is contained in:
parent
ee7debde55
commit
6d54e5b9ba
1
www/extern/egg/ExtendedGitGraph2.php
vendored
1
www/extern/egg/ExtendedGitGraph2.php
vendored
@ -79,6 +79,7 @@ class ExtendedGitGraph2 implements ILogger
|
|||||||
|
|
||||||
$this->db->beginTransaction();
|
$this->db->beginTransaction();
|
||||||
$this->db->deleteOldSources(array_map(function (IRemoteSource $v){ return $v->getName(); }, $this->sources));
|
$this->db->deleteOldSources(array_map(function (IRemoteSource $v){ return $v->getName(); }, $this->sources));
|
||||||
|
$this->db->deleteDanglingCommitdata();
|
||||||
$this->db->commitTransaction();
|
$this->db->commitTransaction();
|
||||||
|
|
||||||
$this->proclog("Update finished.");
|
$this->proclog("Update finished.");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user