mirror of https://github.com/snachodog/mybuddy.git
Noop reverse migration for standard group removal
This commit is contained in:
parent
1faabdde9d
commit
1f14549e83
|
@ -13,4 +13,6 @@ class Migration(migrations.Migration):
|
||||||
("babybuddy", "0026_alter_settings_timezone"),
|
("babybuddy", "0026_alter_settings_timezone"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [migrations.RunPython(remove_standard_group)]
|
operations = [
|
||||||
|
migrations.RunPython(remove_standard_group, migrations.RunPython.noop)
|
||||||
|
]
|
||||||
|
|
Loading…
Reference in New Issue