snapshot: preserve handbook, bilingual phase 2, and logo updates
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# Generated by Django 5.1.5 on 2026-03-24 10:36
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('workflows', '0028_onboardingintroductionsession_exported_pdf_path'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='formfieldconfig',
|
||||
name='help_text_override_en',
|
||||
field=models.TextField(blank=True),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='formfieldconfig',
|
||||
name='label_override_en',
|
||||
field=models.CharField(blank=True, max_length=255),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='formoption',
|
||||
name='label_en',
|
||||
field=models.CharField(blank=True, max_length=255),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='introchecklistitem',
|
||||
name='label_en',
|
||||
field=models.CharField(blank=True, max_length=255),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user