Merge conflicting migration files

This commit is contained in:
Oliver Walters 2021-01-05 00:58:48 +11:00
parent e715ea5d79
commit 855098e30b

View File

@ -0,0 +1,14 @@
# Generated by Django 3.0.7 on 2021-01-04 13:56
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('part', '0061_auto_20210104_2331'),
('part', '0061_auto_20210103_2313'),
]
operations = [
]