mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
Fixes migration conflict caused by fix for #17841
This commit is contained in:
parent
4e66ede35e
commit
76bf80a7ee
@ -1,5 +1,3 @@
|
||||
# Generated by Django 5.2b1 on 2025-03-17 14:41
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@ from django.db import migrations, models
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('extras', '0123_remove_staging'),
|
||||
('extras', '0124_alter_tag_options_tag_weight'),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Reference in New Issue
Block a user