You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
464 B
Python
19 lines
464 B
Python
# Generated by Django 4.0.1 on 2024-10-15 21:22
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('members', '0016_alter_emergencycontact_confirmed_mail_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='member',
|
|
name='alternative_email',
|
|
field=models.EmailField(blank=True, default=None, max_length=100, null=True),
|
|
),
|
|
]
|