migration file update

This commit is contained in:
Parsa Nazer
2025-01-11 19:52:23 +03:30
parent 4fb9de748f
commit f3a56fa8ee
@@ -0,0 +1,18 @@
# Generated by Django 5.0 on 2025-01-11 13:59
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('product', '0006_dollormodel_alter_productmodel_price'),
]
operations = [
migrations.AlterField(
model_name='dollormodel',
name='price',
field=models.FloatField(blank=True, null=True),
),
]