Browse Source

[scrobbles] Unscrewup scrobble migratiosn

Colin Powell 1 year ago
parent
commit
f87bc5fd55

+ 1 - 1
vrobbler/apps/scrobbles/migrations/0052_scrobble_timezone.py → vrobbler/apps/scrobbles/migrations/0051_scrobble_timezone.py

@@ -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 = [

+ 1 - 1
vrobbler/apps/scrobbles/migrations/0051_alter_scrobble_scrobble_log.py → vrobbler/apps/scrobbles/migrations/0052_alter_scrobble_scroble_log.py

@@ -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 = [