[videos] Increase metdata for Youtube
All checks were successful
build / test (push) Successful in 2m1s
All checks were successful
build / test (push) Successful in 2m1s
This commit is contained in:
@ -0,0 +1,23 @@
|
||||
# Generated by Django 4.2.29 on 2026-06-16 19:33
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("videos", "0030_alter_channel_genre_alter_series_genre_and_more"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="channel",
|
||||
name="custom_url",
|
||||
field=models.CharField(blank=True, max_length=255, null=True),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name="channel",
|
||||
name="description",
|
||||
field=models.TextField(blank=True, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user