19 lines
400 B
Python
19 lines
400 B
Python
# Generated by Django 5.1.4 on 2025-01-07 01:32
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('inventory', '0002_caroptionvalue_is_base_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='caroptionvalue',
|
|
name='is_base',
|
|
field=models.IntegerField(),
|
|
),
|
|
]
|