Skip to content

Commit 8ecadc8

Browse files
committed
add merged migration file
1 parent 5b5034a commit 8ecadc8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated by Django 2.2.8.dev20191120135045 on 2019-11-20 16:32
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('aklub', '0056_merge_20191117_0649'),
10+
('aklub', '0056_auto_20191119_1234'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)