mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-12 18:25:35 +00:00
Adds reverse runpython for migration
This commit is contained in:
parent
e998ac28da
commit
9561bb2294
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class Migration(migrations.Migration):
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
migrations.RunPython(set_user),
|
migrations.RunPython(set_user, lambda x, y: None),
|
||||||
migrations.AlterField(
|
migrations.AlterField(
|
||||||
model_name='shelfbook',
|
model_name='shelfbook',
|
||||||
name='user',
|
name='user',
|
||||||
|
|
Loading…
Reference in a new issue