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

Change single quote to double quote inside migration

parent 2e9f975c
No related branches found
No related tags found
1 merge request!2270Remove thumbnail generation from process
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