Skip to content

Commit

Permalink
Add migration merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ckleemann committed Mar 21, 2017
1 parent 7429096 commit 87b5378
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/feedback/migrations/0037_merge_20170321_1400.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.10.5 on 2017-03-21 14:00
from __future__ import unicode_literals

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('feedback', '0036_auto_20170319_1423'),
('feedback', '0032_merge_20170114_1715'),
]

operations = [
]

0 comments on commit 87b5378

Please sign in to comment.