task changes
This commit is contained in:
18
Main/migrations/0030_task_changes.py
Normal file
18
Main/migrations/0030_task_changes.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.2.4 on 2022-03-25 12:34
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('Main', '0029_remove_dump_ready'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='task',
|
||||
name='changes',
|
||||
field=models.JSONField(default=list),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user