Bugfix 29848: Remove annotation_tag entries as part of annotations cleanup (#29534)

closes https://github.com/grafana/grafana/issues/29484
This commit is contained in:
Dafydd
2020-12-08 19:41:35 +01:00
committed by GitHub
parent e8ae6fd01f
commit af3c0fe602
4 changed files with 85 additions and 22 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ type Repository interface {
// AnnotationCleaner is responsible for cleaning up old annotations
type AnnotationCleaner interface {
CleanAnnotations(ctx context.Context, cfg *setting.Cfg) error
CleanAnnotations(ctx context.Context, cfg *setting.Cfg) (int64, int64, error)
}
type ItemQuery struct {