mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-10 11:23:58 +02:00
This commit is contained in:
@@ -9,7 +9,7 @@ class Migration(migrations.Migration):
|
||||
initial = True
|
||||
|
||||
dependencies = [
|
||||
('extras', '0001_initial'),
|
||||
('extras', '0001_squashed'),
|
||||
]
|
||||
|
||||
replaces = [
|
||||
|
||||
@@ -6,7 +6,7 @@ import utilities.json
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
('tenancy', '0011_contactassignment_tags'),
|
||||
('tenancy', '0002_squashed_0011'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
||||
Reference in New Issue
Block a user