Commit 30be89f2 authored by Mavrick Jordan Lee's avatar Mavrick Jordan Lee

Updated Migrations

parent d98df4ab
No preview for this file type
# Generated by Django 4.1.7 on 2023-02-21 12:20
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('homepage', '0001_initial'),
]
operations = [
migrations.AlterField(
model_name='artist',
name='monthly_listeners',
field=models.CharField(max_length=20),
),
migrations.AlterField(
model_name='song',
name='song_length',
field=models.CharField(max_length=5),
),
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment