Skip to content

Commit

Permalink
add merged migration file
Browse files Browse the repository at this point in the history
  • Loading branch information
tmszi committed Oct 24, 2019
1 parent dbc0c7a commit 80984b7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apps/aklub/migrations/0050_merge_20191024_0859.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 2.2.6 on 2019-10-24 06:59

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('aklub', '0049_auto_20191014_1320'),
('aklub', '0049_auto_20191022_1547'),
]

operations = [
]

0 comments on commit 80984b7

Please sign in to comment.