Skip to content

Commit 80984b7

Browse files
committed
add merged migration file
1 parent dbc0c7a commit 80984b7

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated by Django 2.2.6 on 2019-10-24 06:59
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('aklub', '0049_auto_20191014_1320'),
10+
('aklub', '0049_auto_20191022_1547'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)