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 = [