All checks were successful
Auto-Deploy-prodman / deploy (push) Successful in 20s
18 lines
535 B
Python
18 lines
535 B
Python
# Generated by Django 6.0.2 on 2026-02-14 20:57
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('bom_manager', '0006_baseoperation_coating_lasercutsheet_lasercuttube_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='baseoperation',
|
|
options={'ordering': ['order'], 'verbose_name': 'Технологическая операция', 'verbose_name_plural': 'Технологический маршрут'},
|
|
),
|
|
]
|