snapshot: preserve integrations controls and status UX cleanup
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.1.5 on 2026-03-25 22:21
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('workflows', '0033_offboardingrequest_last_error_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='workflowconfig',
|
||||
name='device_handover_lead_days',
|
||||
field=models.PositiveIntegerField(default=5, verbose_name='Vorlauf Geräteübergabe (Tage)'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user