You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
491 B

# Generated by Django 3.2.7 on 2025-01-14 16:43
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('transaction', '0002_alter_participantinfo_phone_number'),
]
operations = [
migrations.AlterField(
model_name='participantinfo',
name='email',
field=models.EmailField(help_text="Enter the user's email address.", max_length=254, verbose_name='Email Address'),
),
]