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

Migrate Show model.

parent f428e0b3
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