diff --git a/vrobbler/apps/scrobbles/migrations/0052_scrobble_timezone.py b/vrobbler/apps/scrobbles/migrations/0051_scrobble_timezone.py similarity index 95% rename from vrobbler/apps/scrobbles/migrations/0052_scrobble_timezone.py rename to vrobbler/apps/scrobbles/migrations/0051_scrobble_timezone.py index 1bf5ffe..02fc1e9 100644 --- a/vrobbler/apps/scrobbles/migrations/0052_scrobble_timezone.py +++ b/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 = [ diff --git a/vrobbler/apps/scrobbles/migrations/0051_alter_scrobble_scrobble_log.py b/vrobbler/apps/scrobbles/migrations/0052_alter_scrobble_scroble_log.py similarity index 93% rename from vrobbler/apps/scrobbles/migrations/0051_alter_scrobble_scrobble_log.py rename to vrobbler/apps/scrobbles/migrations/0052_alter_scrobble_scroble_log.py index 7d3b378..c6be574 100644 --- a/vrobbler/apps/scrobbles/migrations/0051_alter_scrobble_scrobble_log.py +++ b/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 = [