Доработали апдейт пунктов заданий
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:
19
shiftflow/migrations/0008_alter_item_date.py
Normal file
19
shiftflow/migrations/0008_alter_item_date.py
Normal file
@@ -0,0 +1,19 @@
|
||||
# Generated by Django 6.0.3 on 2026-03-29 21:15
|
||||
|
||||
import django.utils.timezone
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('shiftflow', '0007_machine_machine_type'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='item',
|
||||
name='date',
|
||||
field=models.DateField(default=django.utils.timezone.localdate, verbose_name='Дата смены'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user