Skip to content
Snippets Groups Projects
Commit 75bcef94 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

disallow tasks with workflow null

parent f2cf7aa4
No related branches found
No related tags found
2 merge requests!295merge all the updates to master into this branch also,!294adding (initial) discard mechanism
Pipeline #49378 passed
# Generated by Django 3.1.4 on 2023-05-09 14:12
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('taskdatabase', '0023_task_cleanup_policy'),
]
operations = [
migrations.AlterField(
model_name='task',
name='workflow',
field=models.ForeignKey(default=1, on_delete=django.db.models.deletion.CASCADE, related_name='tasks', to='taskdatabase.workflow'),
preserve_default=False,
),
]
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