Skip to content

Commit ec71ff6

Browse files
committed
Added migration merge
1 parent 16e01a5 commit ec71ff6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# -*- coding: utf-8 -*-
2+
# Generated by Django 1.11.29 on 2021-01-13 18:39
3+
from __future__ import unicode_literals
4+
5+
from django.db import migrations
6+
7+
8+
class Migration(migrations.Migration):
9+
10+
dependencies = [
11+
('contentcuration', '0129_auto_20210113_1723'),
12+
('contentcuration', '0129_merge_20210112_2327'),
13+
]
14+
15+
operations = [
16+
]

0 commit comments

Comments
 (0)