File size: 500 Bytes
2e53f8d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Generated by Django 5.0.6 on 2024-05-17 13:17

from django.db import migrations


class Migration(migrations.Migration):
    dependencies = [
        ("api", "0008_alter_fabricbatch_tolarence_alter_fabricbatch_id_and_more"),
    ]

    operations = [
        migrations.RemoveField(
            model_name="fabriroll",
            name="widthAfter",
        ),
        migrations.RemoveField(
            model_name="fabriroll",
            name="widthBefore",
        ),
    ]