From 4a1d5c5ff8a0005083b5d7b8b2b416458a9a2413 Mon Sep 17 00:00:00 2001 From: Ee Durbin Date: Mon, 15 Nov 2021 08:30:25 -0500 Subject: [PATCH] fix migrations --- .../{0060_auto_20211108_1419.py => 0061_auto_20211108_1419.py} | 0 .../{0061_auto_20211111_1529.py => 0062_auto_20211111_1529.py} | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename sponsors/migrations/{0060_auto_20211108_1419.py => 0061_auto_20211108_1419.py} (100%) rename sponsors/migrations/{0061_auto_20211111_1529.py => 0062_auto_20211111_1529.py} (96%) diff --git a/sponsors/migrations/0060_auto_20211108_1419.py b/sponsors/migrations/0061_auto_20211108_1419.py similarity index 100% rename from sponsors/migrations/0060_auto_20211108_1419.py rename to sponsors/migrations/0061_auto_20211108_1419.py diff --git a/sponsors/migrations/0061_auto_20211111_1529.py b/sponsors/migrations/0062_auto_20211111_1529.py similarity index 96% rename from sponsors/migrations/0061_auto_20211111_1529.py rename to sponsors/migrations/0062_auto_20211111_1529.py index f5bab642a..962a893b9 100644 --- a/sponsors/migrations/0061_auto_20211111_1529.py +++ b/sponsors/migrations/0062_auto_20211111_1529.py @@ -6,7 +6,7 @@ class Migration(migrations.Migration): dependencies = [ - ('sponsors', '0060_auto_20211108_1419') + ('sponsors', '0061_auto_20211108_1419') ] operations = [