Bin
2025-12-17 611bfe34c3c96199eaaf6cf9e41a75892e44e879
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Generated by Django 3.2.25 on 2024-06-18 22:22
 
from django.db import migrations, models
 
 
class Migration(migrations.Migration):
 
    dependencies = [
        ('ml_models', '0007_auto_20240617_2200'),
    ]
 
    operations = [
        migrations.AddField(
            model_name='modelrun',
            name='total_tasks',
            field=models.IntegerField(default=0, verbose_name='total tasks'),
        ),
    ]