mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 13:03:02 +00:00
bump large thumbnails to 512 px
+ stop extracting original thumbnails
This commit is contained in:
@@ -39,3 +39,11 @@ class MoveHashesToSha1(Migration):
|
||||
|
||||
# INFO: Apparentlly, every single table is affected by this migration.
|
||||
# NOTE: Use generators to avoid memory issues.
|
||||
|
||||
|
||||
class DeleteOriginalThumbnails(Migration):
|
||||
"""
|
||||
Original thumbnails are too large and are not needed.
|
||||
"""
|
||||
# TODO: Implement this migration
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user