mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 07:39:24 +02:00
18 lines
404 B
Python
18 lines
404 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),
|
|
),
|
|
]
|