mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
Standardize squashed migration names
This commit is contained in:
parent
3387282de4
commit
42b2e2717d
@ -11,6 +11,10 @@ class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
]
|
||||
|
||||
replaces = [
|
||||
('circuits', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.CreateModel(
|
||||
name='Circuit',
|
@ -18,6 +18,10 @@ class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
]
|
||||
|
||||
replaces = [
|
||||
('dcim', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.CreateModel(
|
||||
name='Cable',
|
@ -15,6 +15,10 @@ class Migration(migrations.Migration):
|
||||
('tenancy', '0001_initial'),
|
||||
]
|
||||
|
||||
replaces = [
|
||||
('dcim', '0002_auto_20160622_1821'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='virtualchassis',
|
@ -17,6 +17,10 @@ class Migration(migrations.Migration):
|
||||
('contenttypes', '0002_remove_content_type_name'),
|
||||
]
|
||||
|
||||
replaces = [
|
||||
('extras', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.CreateModel(
|
||||
name='Report',
|
@ -19,6 +19,10 @@ class Migration(migrations.Migration):
|
||||
('tenancy', '0001_initial'),
|
||||
]
|
||||
|
||||
replaces = [
|
||||
('ipam', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.CreateModel(
|
||||
name='Aggregate',
|
Loading…
Reference in New Issue
Block a user