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

Migrate Show & Host models.

parent d6adb9af
No related branches found
No related tags found
No related merge requests found
# Generated by Django 3.2.14 on 2022-07-28 20:27
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("program", "0025_auto_20220728_1625"),
]
operations = [
migrations.RemoveField(
model_name="host",
name="website",
),
migrations.RemoveField(
model_name="show",
name="website",
),
]
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