summaryrefslogtreecommitdiffstats
path: root/omaha_server/crash/migrations/0022_merge.py
blob: 105ab952bfa38a93ebbfe64ff4635fd6be632d0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

from django.db import models, migrations


class Migration(migrations.Migration):

    dependencies = [
        ('crash', '0021_auto_20150916_0631'),
        ('crash', '0020_auto_20150917_1028'),
    ]

    operations = [
    ]