jeremystretch преди 4 години
родител
ревизия
954d81147e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      netbox/extras/migrations/0069_custom_object_field.py

+ 1 - 1
netbox/extras/migrations/0068_custom_object_field.py → netbox/extras/migrations/0069_custom_object_field.py

@@ -6,7 +6,7 @@ class Migration(migrations.Migration):
 
     dependencies = [
         ('contenttypes', '0002_remove_content_type_name'),
-        ('extras', '0067_configcontext_cluster_types'),
+        ('extras', '0068_configcontext_cluster_types'),
     ]
 
     operations = [