mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
add migration to remove the small thumbs path
+ misc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user