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