mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	Revert "Fix missed table name on iterate lfs meta objects" (#24764)
This reverts commit 3364092013.
It was accidentally pushed to `main` without a review.
			
			
This commit is contained in:
		| @@ -390,7 +390,7 @@ func IterateLFSMetaObjectsForRepo(ctx context.Context, repoID int64, f func(cont | ||||
|  | ||||
| 	for { | ||||
| 		beans := make([]*CountLFSMetaObject, 0, batchSize) | ||||
| 		sess := engine.Table("lfs_meta_object").Select("`lfs_meta_object`.*, COUNT(`l1`.oid) AS `count`"). | ||||
| 		sess := engine.Select("`lfs_meta_object`.*, COUNT(`l1`.oid) AS `count`"). | ||||
| 			Join("INNER", "`lfs_meta_object` AS l1", "`lfs_meta_object`.oid = `l1`.oid"). | ||||
| 			Where("`lfs_meta_object`.repository_id = ?", repoID) | ||||
| 		if !opts.OlderThan.IsZero() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user