Доработали апдейт пунктов заданий
All checks were successful
Deploy MES Core / deploy (push) Successful in 9s
All checks were successful
Deploy MES Core / deploy (push) Successful in 9s
This commit is contained in:
18
warehouse/migrations/0003_alter_material_full_name.py
Normal file
18
warehouse/migrations/0003_alter_material_full_name.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 6.0.3 on 2026-03-29 21:15
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('warehouse', '0002_materialcategory_gost_standard'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='material',
|
||||
name='full_name',
|
||||
field=models.CharField(blank=True, help_text='Генерируется автоматически', max_length=500, verbose_name='Полное наименование'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user