Конкретно пересмотрел логику работы. Легаси вынесена в архив
All checks were successful
Deploy MES Core / deploy (push) Successful in 13s
All checks were successful
Deploy MES Core / deploy (push) Successful in 13s
This commit is contained in:
18
warehouse/migrations/0014_material_mass_per_unit.py
Normal file
18
warehouse/migrations/0014_material_mass_per_unit.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 6.0.3 on 2026-04-07 17:04
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('warehouse', '0013_stockitem_archived_at_stockitem_is_archived'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='material',
|
||||
name='mass_per_unit',
|
||||
field=models.FloatField(blank=True, null=True, verbose_name='Масса на ед. учёта'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user