Skip to content
Snippets Groups Projects
Verified Commit 8d949933 authored by R En's avatar R En Committed by Eliot Berriot
Browse files

Migration file for ImportJob.replace_if_duplicate

parent f3f07c1f
No related branches found
No related tags found
No related merge requests found
# 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),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment