update hatching
This commit is contained in:
18
app/migrations/0047_hatching_loadingsum.py
Normal file
18
app/migrations/0047_hatching_loadingsum.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.19 on 2026-02-07 09:06
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('app', '0046_rasadyarappinfo'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='hatching',
|
||||
name='loadingSum',
|
||||
field=models.IntegerField(default=0),
|
||||
),
|
||||
]
|
||||
Binary file not shown.
Reference in New Issue
Block a user