1
0

Fix missing deleteDanglingCommitdata after deleteOldSources

This commit is contained in:
2025-07-12 16:17:58 +02:00
parent ee7debde55
commit 6d54e5b9ba

View File

@@ -79,6 +79,7 @@ class ExtendedGitGraph2 implements ILogger
$this->db->beginTransaction();
$this->db->deleteOldSources(array_map(function (IRemoteSource $v){ return $v->getName(); }, $this->sources));
$this->db->deleteDanglingCommitdata();
$this->db->commitTransaction();
$this->proclog("Update finished.");