Skip to content
Snippets Groups Projects
Commit a1a51f66 authored by Theo Lesage's avatar Theo Lesage Committed by Theo Lesage
Browse files

Change single quote to double quote inside migration

parent ed794535
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !2270. Comments created here will be created in the context of that merge request.
......@@ -6,12 +6,12 @@ from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('process', '0031_process_corpus_check_and_remove_revision_field'),
("process", "0031_process_corpus_check_and_remove_revision_field"),
]
operations = [
migrations.RemoveField(
model_name='process',
name='generate_thumbnails',
model_name="process",
name="generate_thumbnails",
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment