19 lines
497 B
Python
19 lines
497 B
Python
# Generated by Django 3.2.19 on 2024-01-25 20:59
|
|
|
|
import conservancy.usethesource.models
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('usethesource', '0002_auto_20231030_1830'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='comment',
|
|
name='email_message_id',
|
|
field=models.CharField(default=conservancy.usethesource.models.gen_message_id, max_length=255),
|
|
),
|
|
]
|