Removing migrations from repo

This commit is contained in:
Griatch 2015-04-03 23:22:43 +02:00
parent df5c5f4fed
commit 1a7a6b3fff
4 changed files with 0 additions and 214 deletions

View file

@ -1,26 +0,0 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations
class Migration(migrations.Migration):
dependencies = [
('scripts', '0006_auto_20150310_2249'),
]
operations = [
migrations.DeleteModel(
name='DefaultScript',
),
migrations.DeleteModel(
name='DoNothing',
),
migrations.DeleteModel(
name='ScriptBase',
),
migrations.DeleteModel(
name='Store',
),
]