From 9561bb229474c3bb32b103d08cd61b4163d614ac Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Tue, 9 Feb 2021 11:21:43 -0800 Subject: [PATCH] Adds reverse runpython for migration --- bookwyrm/migrations/0044_auto_20210207_1924.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/migrations/0044_auto_20210207_1924.py b/bookwyrm/migrations/0044_auto_20210207_1924.py index ec95f7e2..84b17055 100644 --- a/bookwyrm/migrations/0044_auto_20210207_1924.py +++ b/bookwyrm/migrations/0044_auto_20210207_1924.py @@ -20,7 +20,7 @@ class Migration(migrations.Migration): ] operations = [ - migrations.RunPython(set_user), + migrations.RunPython(set_user, lambda x, y: None), migrations.AlterField( model_name='shelfbook', name='user',