From 823da2e7de849678935d42f1c2e0d64586626976 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 12 Dec 2020 16:14:41 -0800 Subject: [PATCH] Re-create migration --- ...{0053_auto_20201005_2233.py => 0023_auto_20201213_0014.py} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename bookwyrm/migrations/{0053_auto_20201005_2233.py => 0023_auto_20201213_0014.py} (88%) diff --git a/bookwyrm/migrations/0053_auto_20201005_2233.py b/bookwyrm/migrations/0023_auto_20201213_0014.py similarity index 88% rename from bookwyrm/migrations/0053_auto_20201005_2233.py rename to bookwyrm/migrations/0023_auto_20201213_0014.py index ce944af2..efff4388 100644 --- a/bookwyrm/migrations/0053_auto_20201005_2233.py +++ b/bookwyrm/migrations/0023_auto_20201213_0014.py @@ -1,4 +1,4 @@ -# Generated by Django 3.0.7 on 2020-10-05 22:33 +# Generated by Django 3.0.7 on 2020-12-13 00:14 from django.db import migrations, models @@ -6,7 +6,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ - ('bookwyrm', '0052_auto_20201005_2145'), + ('bookwyrm', '0022_auto_20201212_1744'), ] operations = [