chore: initial snapshot of tubco people portal
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.1.5 on 2026-03-09 12:03
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('workflows', '0008_offboarding_pdf_path'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='offboardingrequest',
|
||||
name='signature',
|
||||
field=models.CharField(blank=True, max_length=255, verbose_name='Unterschrift (Name)'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user