Skip to content
Snippets Groups Projects
Commit 9b86eb41 authored by Erwan Rouchet's avatar Erwan Rouchet Committed by Bastien Abadie
Browse files

Fix data migration

parent afe9c801
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,6 @@ class Migration(migrations.Migration):
model_name='task',
name='token',
field=models.CharField(
default=task_token_default,
max_length=52,
# Make the field temporarily nullable and not unique, so that we can
# fill the tokens on existing tasks before adding the constraints.
......
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