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

Migrate Category model.

parent 5831461f
No related branches found
No related tags found
No related merge requests found
# Generated by Django 3.2.14 on 2022-07-22 16:16
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("program", "0023_auto_20220722_1747"),
]
operations = [
migrations.AddField(
model_name="category",
name="subtitle",
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