Merge conflicting migration files
This commit is contained in:
parent
e715ea5d79
commit
855098e30b
|
|
@ -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 = [
|
||||
]
|
||||
Loading…
Reference in New Issue