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

Migrate Category model.

parent 6ff7c265
Branches
Tags
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.
Please register or to comment