diff --git a/bookwyrm/migrations/0134_alter_stopped_reading.py b/bookwyrm/migrations/0134_alter_stopped_reading.py index 15bd75b2..13c02e99 100644 --- a/bookwyrm/migrations/0134_alter_stopped_reading.py +++ b/bookwyrm/migrations/0134_alter_stopped_reading.py @@ -3,6 +3,7 @@ import bookwyrm.models.fields from django.db import migrations + def add_shelves(apps, schema_editor): """add any superusers to the "admin" group"""