Migration file for ImportJob.replace_if_duplicate

This commit is contained in:
RenonDis 2018-06-22 15:54:55 +02:00 committed by Eliot Berriot
parent f3f07c1f8d
commit 8d9499332f
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 18 additions and 0 deletions

View File

@ -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),
),
]