19 lines
457 B
Python
19 lines
457 B
Python
# Generated by Django 5.2 on 2025-05-20 09:33
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('gmail', '0010_processedpushnotification_unmatchedemail'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='unmatchedemail',
|
|
name='user_id',
|
|
field=models.CharField(help_text='用户ID (UUID字符串形式)', max_length=36),
|
|
),
|
|
]
|