mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
18 lines
423 B
Python
18 lines
423 B
Python
# Generated by Django 5.2.4 on 2025-09-16 22:01
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('epg', '0015_alter_programdata_custom_properties'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='epgdata',
|
|
name='icon_url',
|
|
field=models.URLField(blank=True, max_length=500, null=True),
|
|
),
|
|
]
|