kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Migration file for ImportJob.replace_if_duplicate
rodzic
f3f07c1f8d
commit
8d9499332f
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 2.0.6 on 2018-06-22 13:36
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('music', '0027_auto_20180515_1808'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='importjob',
|
||||
name='replace_if_duplicate',
|
||||
field=models.BooleanField(default=False),
|
||||
),
|
||||
]
|
Ładowanie…
Reference in New Issue