mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-17 04:58:16 -06:00
Delete original groups from auth_group table
This commit is contained in:
parent
9f64e7d88f
commit
4031901669
@ -52,4 +52,9 @@ class Migration(migrations.Migration):
|
||||
migrations.DeleteModel(
|
||||
name='NetBoxGroup',
|
||||
),
|
||||
|
||||
# Delete groups from the old table
|
||||
migrations.RunSQL(
|
||||
"DELETE from auth_group"
|
||||
),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user