From f87bc5fd55eeb27532b550edbf4357ba1864c2b5 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 19 Apr 2024 10:48:49 -0400 Subject: [PATCH] [scrobbles] Unscrewup scrobble migratiosn --- .../{0052_scrobble_timezone.py => 0051_scrobble_timezone.py} | 2 +- ...obble_scrobble_log.py => 0052_alter_scrobble_scroble_log.py} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename vrobbler/apps/scrobbles/migrations/{0052_scrobble_timezone.py => 0051_scrobble_timezone.py} (95%) rename vrobbler/apps/scrobbles/migrations/{0051_alter_scrobble_scrobble_log.py => 0052_alter_scrobble_scroble_log.py} (93%) 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 = [