mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-11 03:37:06 +02:00
Fix migration conflict
This commit is contained in:
@@ -4,7 +4,7 @@ from django.db import migrations, models
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('dcim', '0228_cable_bundle'),
|
||||
('dcim', '0229_devicebay_modulebay_enabled'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
Reference in New Issue
Block a user