aboutsummaryrefslogtreecommitdiffstats
path: root/qtip/web/bench/migrations/0003_auto_20170713_0225.py
blob: fec4234a49aaa855f01498d438d633c052a45afa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- coding: utf-8 -*-
# Generated by Django 1.11.3 on 2017-07-13 02:25
from __future__ import unicode_literals

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('bench', '0002_auto_20170713_0210'),
    ]

    operations = [
        migrations.AlterField(
            model_name='repo',
            name='name',
            field=models.CharField(max_length=20),
        ),
    ]