mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Annotate all migration operation lists
This commit is contained in:
@@ -23,6 +23,8 @@ class Migration(migrations.Migration):
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
||||
# Prefix.status
|
||||
migrations.AlterField(
|
||||
model_name='prefix',
|
||||
name='status',
|
||||
@@ -31,4 +33,5 @@ class Migration(migrations.Migration):
|
||||
migrations.RunPython(
|
||||
code=prefix_status_to_slug
|
||||
),
|
||||
|
||||
]
|
||||
|
Reference in New Issue
Block a user