mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 12:59:17 +02:00
16 lines
388 B
Python
16 lines
388 B
Python
# Generated by Django 2.0.3 on 2018-05-06 12:47
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [("music", "0025_auto_20180419_2023")]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name="trackfile",
|
|
name="accessed_date",
|
|
field=models.DateTimeField(blank=True, null=True),
|
|
)
|
|
]
|