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 Apr 6, 2020
1 parent 8b58b38 commit aa25f4d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apps/aklub/migrations/0069_merge_20200406_0617.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 2.2.10 on 2020-04-06 04:17

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('aklub', '0067_merge_20200203_0833'),
('aklub', '0068_auto_20200319_1414'),
]

operations = [
]

0 comments on commit aa25f4d

Please sign in to comment.