Skip to content

Commit

Permalink
chore: add merged migration file
Browse files Browse the repository at this point in the history
  • Loading branch information
tmszi committed May 18, 2020
1 parent c9ccef0 commit 850c466
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apps/aklub/migrations/0079_merge_20200514_0604.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 2.2.12 on 2020-05-14 04:04

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('aklub', '0078_remove_taxconfirmation_administrative_unit'),
('aklub', '0076_merge_20200511_0622'),
]

operations = [
]

0 comments on commit 850c466

Please sign in to comment.