summaryrefslogtreecommitdiffstats
path: root/qtip/web/bench/migrations/0004_auto_20170715_0325.py
diff options
context:
space:
mode:
Diffstat (limited to 'qtip/web/bench/migrations/0004_auto_20170715_0325.py')
-rw-r--r--qtip/web/bench/migrations/0004_auto_20170715_0325.py20
1 files changed, 0 insertions, 20 deletions
diff --git a/qtip/web/bench/migrations/0004_auto_20170715_0325.py b/qtip/web/bench/migrations/0004_auto_20170715_0325.py
deleted file mode 100644
index 74296cce..00000000
--- a/qtip/web/bench/migrations/0004_auto_20170715_0325.py
+++ /dev/null
@@ -1,20 +0,0 @@
-# -*- 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),
- ),
- ]