add merge migrations
This commit is contained in:
parent
cd7ba1996d
commit
63304aa2d1
14
apps/collection/migrations/0028_merge_20191223_1415.py
Normal file
14
apps/collection/migrations/0028_merge_20191223_1415.py
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Generated by Django 2.2.7 on 2019-12-23 14:15
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('collection', '0027_auto_20191217_1852'),
|
||||||
|
('collection', '0027_auto_20191218_0753'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue
Block a user