update all_product
This commit is contained in:
@@ -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'),
|
||||
),
|
||||
]
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user