2025-01-20 07:03:16 +00:00
|
|
|
# Generated by Django 4.2.15 on 2025-01-20 06:59
|
2025-01-20 06:41:26 +00:00
|
|
|
|
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
dependencies = [
|
|
|
|
|
('application', '0023_application_stt_autosend'),
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
|
migrations.AddField(
|
|
|
|
|
model_name='applicationaccesstoken',
|
|
|
|
|
name='language',
|
2025-02-10 08:16:56 +00:00
|
|
|
field=models.CharField(default=None, max_length=10, null=True, verbose_name='语言')
|
2025-01-20 06:41:26 +00:00
|
|
|
),
|
|
|
|
|
]
|