This commit is contained in:
anhduy-tech
2026-01-26 21:35:06 +07:00
parent d56fa82f14
commit 3d13fbd1f8
6 changed files with 75 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 5.1.7 on 2026-01-26 09:47
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('app', '0367_dealer_batch_date_dealer_commission_amount_and_more'),
]
operations = [
migrations.AddField(
model_name='dealer',
name='count_sale',
field=models.IntegerField(null=True),
),
]