Jelajahi Sumber

Fix migrations

Jeremy Stretch 2 tahun lalu
induk
melakukan
77208bf5f3
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      netbox/core/migrations/0007_job_add_error_field.py

+ 1 - 1
netbox/core/migrations/0006_job_add_error_field.py → netbox/core/migrations/0007_job_add_error_field.py

@@ -6,7 +6,7 @@ from django.db import migrations, models
 class Migration(migrations.Migration):
 
     dependencies = [
-        ('core', '0005_job_created_auto_now'),
+        ('core', '0006_datasource_type_remove_choices'),
     ]
 
     operations = [