SQL optimization
This commit is contained in:
parent
e4f588324d
commit
2f2c18177e
@ -338,8 +338,8 @@ SELECT
|
||||
tags.track,
|
||||
tags.year,
|
||||
source_files.size
|
||||
FROM source_files
|
||||
INNER JOIN mime_types
|
||||
FROM mime_types
|
||||
INNER JOIN source_files
|
||||
ON source_files.mime_type=mime_types.id
|
||||
INNER JOIN tags
|
||||
ON source_files.id=tags.source_file
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user