From 79e284e5bee986f38ffcab1fdda0f67f17432971 Mon Sep 17 00:00:00 2001 From: Joel Bradshaw Date: Mon, 18 Jan 2021 19:59:40 -0800 Subject: [PATCH] Just scootch the migration merge up --- bookwyrm/migrations/0037_merge_20210117_2106.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/migrations/0037_merge_20210117_2106.py b/bookwyrm/migrations/0037_merge_20210117_2106.py index 40e7a7e1..603ad0ce 100644 --- a/bookwyrm/migrations/0037_merge_20210117_2106.py +++ b/bookwyrm/migrations/0037_merge_20210117_2106.py @@ -7,7 +7,7 @@ class Migration(migrations.Migration): dependencies = [ ('bookwyrm', '0015_auto_20201128_0734'), - ('bookwyrm', '0036_annualgoal'), + ('bookwyrm', '0037_auto_20210118_1954'), ] operations = [