mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-07-29 15:13:46 +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