From 60b910172de788775b44aa9f7d58ad674632c94f Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 15 Oct 2021 10:09:34 -0700 Subject: [PATCH] Update migration --- bookwyrm/migrations/0110_auto_20211015_0128.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/migrations/0110_auto_20211015_0128.py b/bookwyrm/migrations/0110_auto_20211015_0128.py index aee378a36..c35e4281e 100644 --- a/bookwyrm/migrations/0110_auto_20211015_0128.py +++ b/bookwyrm/migrations/0110_auto_20211015_0128.py @@ -7,7 +7,7 @@ from django.db import migrations class Migration(migrations.Migration): dependencies = [ - ("bookwyrm", "0109_status_edited"), + ("bookwyrm", "0109_status_edited_date"), ] operations = [