mirror of
https://github.com/inventree/InvenTree.git
synced 2026-08-30 16:58:06 +00:00
@@ -23,5 +23,5 @@ class Migration(migrations.Migration):
|
||||
dependencies = [('users', '0015_alter_userprofile_type')]
|
||||
|
||||
operations = [
|
||||
migrations.RunPython(remove_legacy_table, reverse_code=migrations.RunPython.noop)
|
||||
migrations.RunPython(remove_legacy_table, reverse_code=migrations.RunPython.noop, atomic=False)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user