Skip to content
Snippets Groups Projects
Commit 3b3fa9c4 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Set existing images as checked

parent 8f83f10e
No related branches found
No related tags found
1 merge request!21Offline manifest importation
......@@ -16,7 +16,7 @@ class Migration(migrations.Migration):
model_name='image',
name='status',
field=enumfields.fields.EnumField(
default='unchecked',
default='checked',
enum=arkindex.images.models.ImageStatus,
max_length=50
),
......
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