snapshot: preserve session hardening and account surface
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.1.5 on 2026-03-26 23:49
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('workflows', '0045_alter_portalbranding_company_domain_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='onboardingrequest',
|
||||
name='phone_number',
|
||||
field=models.CharField(blank=True, max_length=100, verbose_name='Telefon-Direktwahl'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user