mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 10:58:37 -06:00
Fix all remaining squashed migrations
This commit is contained in:
parent
309fffddd2
commit
9dc8db1fde
@ -3,10 +3,10 @@ from django.db import migrations, models
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
('dcim', '0002_auto_20160622_1821'),
|
||||
('dcim', '0002_squashed'),
|
||||
('extras', '0001_squashed'),
|
||||
('virtualization', '0001_virtualization'),
|
||||
('tenancy', '0001_initial'),
|
||||
('virtualization', '0001_squashed_0022'),
|
||||
('tenancy', '0001_squashed_0012'),
|
||||
]
|
||||
|
||||
replaces = [
|
||||
|
@ -45,13 +45,13 @@ class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
('virtualization', '0001_squashed_0022'),
|
||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||
('core', '0001_initial'),
|
||||
('core', '0001_squashed_0005'),
|
||||
('contenttypes', '0002_remove_content_type_name'),
|
||||
('wireless', '0008_wirelesslan_status'),
|
||||
('dcim', '0166_virtualdevicecontext'),
|
||||
('tenancy', '0009_standardize_description_comments'),
|
||||
('wireless', '0001_squashed_0008'),
|
||||
('dcim', '0160_squashed_0166'),
|
||||
('tenancy', '0001_squashed_0012'),
|
||||
('extras', '0002_squashed_0059'),
|
||||
('circuits', '0041_standardize_description_comments'),
|
||||
('circuits', '0038_squashed_0042'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
@ -28,7 +28,7 @@ class Migration(migrations.Migration):
|
||||
('contenttypes', '0002_remove_content_type_name'),
|
||||
('extras', '0060_squashed_0086'),
|
||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||
('core', '0002_managedfile'),
|
||||
('core', '0001_squashed_0005'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
@ -9,7 +9,7 @@ class Migration(migrations.Migration):
|
||||
initial = True
|
||||
|
||||
dependencies = [
|
||||
('extras', '0001_initial'),
|
||||
('extras', '0001_squashed'),
|
||||
]
|
||||
|
||||
replaces = [
|
||||
|
@ -13,10 +13,10 @@ class Migration(migrations.Migration):
|
||||
initial = True
|
||||
|
||||
dependencies = [
|
||||
('dcim', '0002_auto_20160622_1821'),
|
||||
('ipam', '0001_initial'),
|
||||
('extras', '0001_initial'),
|
||||
('tenancy', '0001_initial'),
|
||||
('dcim', '0002_squashed'),
|
||||
('ipam', '0001_squashed'),
|
||||
('extras', '0001_squashed'),
|
||||
('tenancy', '0001_squashed_0012'),
|
||||
]
|
||||
|
||||
replaces = [
|
||||
|
@ -26,7 +26,7 @@ class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('dcim', '0003_squashed_0130'),
|
||||
('extras', '0098_webhook_custom_field_data_webhook_tags'),
|
||||
('extras', '0087_squashed_0098'),
|
||||
('ipam', '0047_squashed_0053'),
|
||||
('virtualization', '0001_squashed_0022'),
|
||||
]
|
||||
|
@ -10,7 +10,7 @@ class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
('contenttypes', '0002_remove_content_type_name'),
|
||||
('extras', '0099_cachedvalue_ordering'),
|
||||
('ipam', '0067_ipaddress_index_host'),
|
||||
('ipam', '0054_squashed_0067'),
|
||||
('tenancy', '0012_contactassignment_custom_fields'),
|
||||
]
|
||||
|
||||
|
@ -21,7 +21,7 @@ class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('ipam', '0002_squashed_0046'),
|
||||
('tenancy', '0007_contact_link'),
|
||||
('tenancy', '0002_squashed_0011'),
|
||||
('extras', '0002_squashed_0059'),
|
||||
('dcim', '0003_squashed_0130'),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user