diff --git a/main.go b/main.go index adb9324..73a6414 100644 --- a/main.go +++ b/main.go @@ -293,7 +293,7 @@ func (b *BuildManager) repoWorker(repo string) { } if pkg.DbPackage != nil { - _ = pkg.DbPackage.Update().ClearRepoVersion().Exec(context.Background()) + _ = pkg.DbPackage.Update().ClearHash().ClearRepoVersion().SetStatus(dbpackage.StatusUnknown).Exec(context.Background()) } for _, file := range pkg.PkgFiles {