mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 17:19:16 +02:00
18 lines
405 B
Python
18 lines
405 B
Python
# Generated by Django 2.0.9 on 2018-12-04 15:10
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('music', '0035_auto_20181203_1515'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='track',
|
|
name='disc_number',
|
|
field=models.PositiveIntegerField(blank=True, null=True),
|
|
),
|
|
]
|