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

Migrate LinkType

parent 6bbb5560
No related branches found
No related tags found
No related merge requests found
# Generated by Django 3.2.16 on 2022-10-19 21:40
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("program", "0043_note_playlist"),
]
operations = [
migrations.AlterField(
model_name="linktype",
name="type",
field=models.CharField(help_text="Type of the link", max_length=64),
),
]
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