Run prettier on backlog folder
This commit is contained in:
@@ -3,17 +3,18 @@ id: ML-107
|
||||
title: Regular job to cleanup asset cache
|
||||
status: Done
|
||||
assignee: []
|
||||
created_date: '2026-04-20 08:59'
|
||||
created_date: "2026-04-20 08:59"
|
||||
labels: []
|
||||
dependencies: []
|
||||
references:
|
||||
- 'https://github.com/cloud8421/music_library/issues/59'
|
||||
- "https://github.com/cloud8421/music_library/issues/59"
|
||||
priority: medium
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
<!-- SECTION:DESCRIPTION:BEGIN -->
|
||||
|
||||
_GitHub: created 2025-11-07 · updated 2025-11-07 · closed 2025-11-07_
|
||||
|
||||
This query returns the hash of all orphan assets
|
||||
@@ -25,4 +26,5 @@ LEFT JOIN records on records.cover_hash == assets.hash
|
||||
LEFT JOIN artist_infos on artist_infos.image_data_hash == assets.hash
|
||||
WHERE records.id IS NULL AND artist_infos.id IS NULL;
|
||||
```
|
||||
|
||||
<!-- SECTION:DESCRIPTION:END -->
|
||||
|
||||
Reference in New Issue
Block a user