From a5571c65bc127a8767e288fe2f522eb8f2a479bc Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 25 Feb 2022 18:25:41 -0800 Subject: [PATCH] Update 0134_alter_stopped_reading.py --- bookwyrm/migrations/0134_alter_stopped_reading.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bookwyrm/migrations/0134_alter_stopped_reading.py b/bookwyrm/migrations/0134_alter_stopped_reading.py index 15bd75b21..13c02e992 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"""