aboutsummaryrefslogtreecommitdiffstats
path: root/qtip/web/bench/migrations/0004_auto_20170715_0325.py
blob: 74296cceeb6fe0a89f9767bcdc1bd0b49433009a (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-15 03:25
from __future__ import unicode_literals

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('bench', '0003_auto_20170713_0225'),
    ]

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