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

allow tasks with workflow null

parent 567a7777
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 #49390 passed
# Generated by Django 3.1.4 on 2023-05-09 14:31
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('taskdatabase', '0024_auto_20230509_1612'),
]
operations = [
migrations.AlterField(
model_name='task',
name='workflow',
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, related_name='tasks', to='taskdatabase.workflow'),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment