summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/orm/migrations/0004_merge.py
blob: 5b9d122c4c06e13557d7bb81d636158084364d61 (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 migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('orm', '0002_auto_20151223_1528'),
        ('orm', '0003_customimagepackage'),
    ]

    operations = [
    ]