[scrobbles] Unscrewup scrobble migratiosn
This commit is contained in:
@ -33,7 +33,7 @@ def set_default_timezone(apps, schema_editor):
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("scrobbles", "0051_alter_scrobble_scrobble_log"),
|
||||
("scrobbles", "0050_delete_scrobbledpage"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
@ -17,7 +17,7 @@ def convert_log_to_json(apps, schema_editor):
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("scrobbles", "0050_delete_scrobbledpage"),
|
||||
("scrobbles", "0051_scrobble_timezone"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
Reference in New Issue
Block a user