Skip to content
Snippets Groups Projects
Commit 92362db6 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Add possibility to specify workflow migration

parent c3fc917b
No related branches found
No related tags found
2 merge requests!8update dev-nico to make small changes,!7Add script csv gen
Pipeline #34335 passed
# Generated by Django 4.1 on 2022-08-11 09:24
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('lofardata', '0006_atdbprocessingsite_workspecification_processing_site'),
]
operations = [
migrations.AddField(
model_name='workspecification',
name='selected_workflow',
field=models.CharField(max_length=500, null=True),
),
]
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