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
413 B
Python
19 lines
413 B
Python
# Generated by Django 3.2.19 on 2023-06-30 16:58
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('app', '0002_alter_tp_video_hash'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='tp',
|
|
name='video_hash',
|
|
field=models.CharField(max_length=50, verbose_name='视频哈希'),
|
|
),
|
|
]
|