resolve conflict of migration files

This commit is contained in:
yangdsh 2020-03-10 17:45:36 +00:00 committed by Dana Van Aken
parent af2cab8b03
commit 1c4cc0c3ed
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('website', '0009_change_executiontime_function_field'),
('website', '0010_add_pipeline_data_field'),
]
operations = [