add migration to remove the small thumbs path

+ misc
This commit is contained in:
mungai-njoroge
2023-08-12 18:23:28 +03:00
parent 0a703dcc0f
commit 27c4924327
9 changed files with 42 additions and 31 deletions
+1 -6
View File
@@ -3,14 +3,9 @@ class Migration:
Base migration class.
"""
name: str
"""
Name of the migration.
"""
@staticmethod
def migrate():
"""
Code to run when migrating
Code to run when migrating, override this method.
"""
pass