Skip to content

Commit aa25f4d

Browse files
committed
chore: add merged migration file
1 parent 8b58b38 commit aa25f4d

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.10 on 2020-04-06 04:17
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('aklub', '0067_merge_20200203_0833'),
10+
('aklub', '0068_auto_20200319_1414'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)