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

Migrate Show model.

parent cbd5fda7
No related branches found
No related tags found
No related merge requests found
# Generated by Django 3.2.14 on 2022-08-01 15:03
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("program", "0026_auto_20220728_2227"),
]
operations = [
migrations.AddField(
model_name="show",
name="internal_note",
field=models.TextField(blank=True, null=True),
),
]
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