stash
All checks were successful
/ test (push) Successful in 55s

This commit is contained in:
j3d1 2024-11-19 23:03:44 +01:00
parent 8ca6f2f6e6
commit b9ff51fc74
11 changed files with 162 additions and 30 deletions

View file

@ -0,0 +1,18 @@
# Generated by Django 4.2.7 on 2024-11-18 01:50
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('mail', '0006_email_raw_file'),
]
operations = [
migrations.AlterField(
model_name='eventaddress',
name='address',
field=models.CharField(max_length=255, unique=True),
),
]