[video] Update how we get video metadata for YT add
This commit is contained in:
18
vrobbler/apps/videos/migrations/0021_video_upload_date.py
Normal file
18
vrobbler/apps/videos/migrations/0021_video_upload_date.py
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.16 on 2025-01-20 04:16
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("videos", "0020_channel_youtube_id"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="video",
|
||||
name="upload_date",
|
||||
field=models.DateField(blank=True, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user