bump large thumbnails to 512 px

+ stop extracting original thumbnails
This commit is contained in:
mungai-njoroge
2024-04-13 20:25:43 +03:00
parent cdfa546978
commit a99d8c654d
5 changed files with 19 additions and 19 deletions
+8
View File
@@ -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