update all_product

This commit is contained in:
2026-02-10 15:46:44 +03:30
parent 543ba5875b
commit e9117d881d
10 changed files with 49 additions and 61 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 4.2.19 on 2026-02-10 12:00
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('app', '0047_hatching_loadingsum'),
]
operations = [
migrations.AddIndex(
model_name='allproductstransport',
index=models.Index(fields=['date', 'id'], name='app_allprod_date_e7e7e8_idx'),
),
]