Commit d700fda7 authored by Michal Čihař's avatar Michal Čihař

Avoid reverse dummy migration

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent b52e4dd4
......@@ -22,5 +22,5 @@ class Migration(migrations.Migration):
]
operations = [
migrations.RunPython(add_users_autogroup, reverse_code=lambda apps, schema_editor: None),
migrations.RunPython(add_users_autogroup)
]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment