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

Migrate Note

parent 2e5f9810
No related branches found
No related tags found
No related merge requests found
# Generated by Django 3.2.16 on 2022-10-19 19:16
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("program", "0042_userprofile"),
]
operations = [
migrations.AddField(
model_name="note",
name="playlist",
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