You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
435 B
19 lines
435 B
# Generated by Django 3.2 on 2023-10-17 09:36
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('service', '0039_auto_20231011_2120'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='taskstatus',
|
|
name='data',
|
|
field=models.JSONField(blank=True, default=dict, null=True, verbose_name='Данные'),
|
|
),
|
|
]
|