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

forgot migration file

parent b2635372
No related branches found
No related tags found
2 merge requests!200apply filter to dashboard,!199apply filter to dashboard
# Generated by Django 3.1.4 on 2022-02-01 13:32
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('taskdatabase', '0011_auto_20220131_1103'),
]
operations = [
migrations.AddField(
model_name='task',
name='environment',
field=models.JSONField(blank=True, 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