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
440 B
Python

# Generated by Django 3.2.19 on 2023-10-17 16:39
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('app', '0005_auto_20231017_1022'),
]
operations = [
migrations.AddField(
model_name='video',
name='error_reason',
field=models.CharField(max_length=512, null=True, unique=True, verbose_name='視頻哈希'),
),
]