Removing migrations from repo
This commit is contained in:
parent
df5c5f4fed
commit
1a7a6b3fff
4 changed files with 0 additions and 214 deletions
|
|
@ -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',
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue