mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 07:09:16 +02:00
Fix #564: Added a script to prune pre 0.17 federated tracks
This commit is contained in:
parent
b453769a32
commit
6aaa51e8e7
5 changed files with 56 additions and 1 deletions
|
@ -2,6 +2,7 @@ from . import create_actors
|
|||
from . import create_image_variations
|
||||
from . import django_permissions_to_user_permissions
|
||||
from . import migrate_to_user_libraries
|
||||
from . import delete_pre_017_federated_uploads
|
||||
from . import test
|
||||
|
||||
|
||||
|
@ -10,5 +11,6 @@ __all__ = [
|
|||
"create_image_variations",
|
||||
"django_permissions_to_user_permissions",
|
||||
"migrate_to_user_libraries",
|
||||
"delete_pre_017_federated_uploads",
|
||||
"test",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue