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

add migration file

parent 0cdf31b2
No related branches found
No related tags found
1 merge request!350SDC-1313 ancillary dataproducts to dcache (ATDB side)
Pipeline #77787 passed
# Generated by Django 5.0 on 2024-04-02 07:29
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('taskdatabase', '0044_alter_job_type'),
]
operations = [
migrations.AddField(
model_name='activity',
name='is_processed',
field=models.BooleanField(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