Skip to content

Commit 0663fb0

Browse files
committed
chore: add merged migration file
1 parent 137f4aa commit 0663fb0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: apps/aklub/migrations/0079_merge_20200514_0604.py

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated by Django 2.2.12 on 2020-05-14 04:04
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('aklub', '0078_remove_taxconfirmation_administrative_unit'),
10+
('aklub', '0076_merge_20200511_0622'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)