Skip to content
Snippets Groups Projects
Verified Commit 59e081ad authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Migrate Show model

parent 3bad759d
No related branches found
No related tags found
No related merge requests found
# Generated by Django 3.2.18 on 2023-04-03 22:37
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('program', '0049_auto_20230404_0020'),
]
operations = [
migrations.RemoveField(
model_name='show',
name='image_alt_text',
),
migrations.RemoveField(
model_name='show',
name='image_credits',
),
migrations.RemoveField(
model_name='show',
name='image_height',
),
migrations.RemoveField(
model_name='show',
name='image_ppoi',
),
migrations.RemoveField(
model_name='show',
name='image_width',
),
migrations.AlterField(
model_name='show',
name='image',
field=models.ForeignKey(null=True, on_delete=django.db.models.deletion.CASCADE, related_name='shows', to='program.image'),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment